Html Css Color HEX #DD66CC Orchid

📋 copy color: '#DD66CC'

red 221 ◦ green 102 ◦ blue 204

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

Shades of Orchid #DD66CC

Tints of Orchid #DD66CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.71%

R = 41.94%
G = 19.35%
B = 38.71%

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

#DD66CC (or 0xDD66CC) is known color: Orchid. HEX triplet: DD, 66 and CC. RGB value is (221,102,204). Sum of RGB (Red+Green+Blue) = 221+102+204=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 102 (40.23% from 255 or 19.35% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DD66CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD66CC is #229933. Grayscale: #949494. Windows color (decimal): -2267444 or 13395677. OLE color: 13395677.

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

Color convert

RGB 221 102 204 -
CMYK 0 0.54 0.08 0.13
HSL 308.57º 0.64% 0.63% -
HSV(B) 308.57º 0.54% 0.87% -
XYZ 45.47 29.23 60.37 -
YUV 149.21 158.92 179.21 -
System Red Green Blue C M Y K H S L
Decimal 221 102 204 0 0.54 0.08 0.13 308.57 0.64 0.63
Hex DD 66 CC 0 36 8 D 135 40 3F
Octal 335 146 314 0 66 10 15 465 100 77
Binary 11011101 1100110 11001100 0 110110 1000 1101 100110101 1000000 111111

Color Harmonies of #DD66CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD66CC

Black with #DD66CC

Text Example


Text Example

White with #DD66CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD66CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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