#DD67BA

Color #DD67BA Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #DD67BA

Tints of Orchid #DD67BA

Color information

#DD67BA (or 0xDD67BA) is unknown color: approx Orchid. HEX triplet: DD, 67 and BA. RGB value is (221,103,186). Sum of RGB (Red+Green+Blue) = 221+103+186=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 103 (40.62% from 255 or 20.20% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DD67BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD67BA is #229845. Grayscale: #939393. Windows color (decimal): -2267206 or 12216285. OLE color: 12216285.

HSL color Cylindrical-coordinate representation of color #DD67BA: hue angle of 317.8º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD67BA is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB221103186-
CMYK00.530.160.13
HSL317.8º63.44%63.53%-
HSV(B)317.8º53.39%86.67%-
XYZ43.5328.6249.68-
YUV147.74149.59180.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 43.33%
GREEN value IS 103 (40.62% from 255) = 20.20%
BLUE value IS 186 (73.05% from 255) = 36.47%
R=43.33%
G=20.20%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110318600.530.160.13317.863.4463.53
HexDD67BA03510D13e3f40
Octal335147272065201547677100
Binary1101110111001111011101001101011000011011001111101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD67BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD67BA; }

 p { color: rgb(221,103,186); }

 H1.HeaderClassName
 {
   color: #DD67BA;
 }
 .AnyTagClassName
 {
   color: #DD67BA;
 }
</style>
background-color css

<style>
 a { background-color: #DD67BA; }

 a { background-color: rgb(221,103,186); }

 div.DivClassName
 {
   background-color: #DD67BA;
 }
 .BgClassName
 {
   background-color: #DD67BA;
 }
</style>
border-color css

<style>
 span { border-color: #DD67BA; }

 span { border-color: rgb(221,103,186); }

 td.TdClassName
 {
   border-color: #DD67BA;
 }
 .TagClassName
 {
   border-color: #DD67BA;
 }
</style>