Html Css Color HEX #DD66CB Orchid

📋 copy color: '#DD66CB'

red 221 ◦ green 102 ◦ blue 203

#DD66CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #DD66CB

Tints of Orchid #DD66CB

RGB

 RED value IS 221 (86.72% from 255) = 42.02%

 GREEN value IS 102 (40.23% from 255) = 19.39%

 BLUE value IS 203 (79.69% from 255) = 38.59%

R = 42.02%
G = 19.39%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD66CB (or 0xDD66CB) is known color: Orchid. HEX triplet: DD, 66 and CB. RGB value is (221,102,203). Sum of RGB (Red+Green+Blue) = 221+102+203=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 102 (40.23% from 255 or 19.39% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DD66CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD66CB is #229934. Grayscale: #949494. Windows color (decimal): -2267445 or 13330141. OLE color: 13330141.

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

Color convert

RGB 221 102 203 -
CMYK 0 0.54 0.08 0.13
HSL 309.08º 0.64% 0.63% -
HSV(B) 309.08º 0.54% 0.87% -
XYZ 45.35 29.19 59.74 -
YUV 149.1 158.42 179.29 -
System Red Green Blue C M Y K H S L
Decimal 221 102 203 0 0.54 0.08 0.13 309.08 0.64 0.63
Hex DD 66 CB 0 36 8 D 135 40 3F
Octal 335 146 313 0 66 10 15 465 100 77
Binary 11011101 1100110 11001011 0 110110 1000 1101 100110101 1000000 111111

Color Harmonies of #DD66CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD66CB

Black with #DD66CB

Text Example


Text Example

White with #DD66CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD66CB; }

 p { color: rgb(221,102,203); }

 H1.HeaderClassName
 {
   color: #DD66CB;
 }
 .AnyTagClassName
 {
   color: #DD66CB;
 }
</style>

background-color css

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

 a { background-color: rgb(221,102,203); }

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

border-color css

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

 span { border-color: rgb(221,102,203); }

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