Html Css Color HEX #DD66B9 Orchid

📋 copy color: '#DD66B9'

red 221 ◦ green 102 ◦ blue 185

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

Shades of Orchid #DD66B9

Tints of Orchid #DD66B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.42%

R = 43.5%
G = 20.08%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DD66B9 (or 0xDD66B9) is known color: Orchid. HEX triplet: DD, 66 and B9. RGB value is (221,102,185). Sum of RGB (Red+Green+Blue) = 221+102+185=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 102 (40.23% from 255 or 20.08% from 508); Blue value is 185 (72.66% from 255 or 36.42% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DD66B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD66B9 is #229946. Grayscale: #929292. Windows color (decimal): -2267463 or 12150493. OLE color: 12150493.

HSL color Cylindrical-coordinate representation of color #DD66B9: hue angle of 318.15º 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 #DD66B9 is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 102 185 -
CMYK 0 0.54 0.16 0.13
HSL 318.15º 0.64% 0.63% -
HSV(B) 318.15º 0.54% 0.87% -
XYZ 43.33 28.38 49.09 -
YUV 147.04 149.42 180.75 -
System Red Green Blue C M Y K H S L
Decimal 221 102 185 0 0.54 0.16 0.13 318.15 0.64 0.63
Hex DD 66 B9 0 36 10 D 13E 40 3F
Octal 335 146 271 0 66 20 15 476 100 77
Binary 11011101 1100110 10111001 0 110110 10000 1101 100111110 1000000 111111

Color Harmonies of #DD66B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD66B9

Black with #DD66B9

Text Example


Text Example

White with #DD66B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD66B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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