Html Css Color HEX #DC9999 Petite Orchid

📋 copy color: '#DC9999'

red 220 ◦ green 153 ◦ blue 153

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

Shades of Petite Orchid #DC9999

Tints of Petite Orchid #DC9999

RGB

 RED value IS 220 (86.33% from 255) = 41.83%

 GREEN value IS 153 (60.16% from 255) = 29.09%

 BLUE value IS 153 (60.16% from 255) = 29.09%

R = 41.83%
G = 29.09%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DC9999 (or 0xDC9999) is known color: Petite Orchid. HEX triplet: DC, 99 and 99. RGB value is (220,153,153). Sum of RGB (Red+Green+Blue) = 220+153+153=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 153 (60.16% from 255 or 29.09% from 526); Blue value is 153 (60.16% from 255 or 29.09% from 526); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9999 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9999 is #236666. Grayscale: #ADADAD. Windows color (decimal): -2319975 or 10066396. OLE color: 10066396.

HSL color Cylindrical-coordinate representation of color #DC9999: hue angle of 0º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DC9999 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 153 153 -
CMYK 0 0.30 0.30 0.14
HSL 0.49% 0.73% -
HSV(B) 0.3% 0.86% -
XYZ 46.66 40.3 35.46 -
YUV 173.03 116.7 161.5 -
System Red Green Blue C M Y K H S L
Decimal 220 153 153 0 0.30 0.30 0.14 0 0.49 0.73
Hex DC 99 99 0 1E 1E E 0 31 49
Octal 334 231 231 0 36 36 16 0 61 111
Binary 11011100 10011001 10011001 0 11110 11110 1110 0 110001 1001001

Color Harmonies of #DC9999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9999

Black with #DC9999

Text Example


Text Example

White with #DC9999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9999; }

 p { color: rgb(220,153,153); }

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

background-color css

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

 a { background-color: rgb(220,153,153); }

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

border-color css

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

 span { border-color: rgb(220,153,153); }

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