Html Css Color HEX #DC9991 Petite Orchid

📋 copy color: '#DC9991'

red 220 ◦ green 153 ◦ blue 145

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

Shades of Petite Orchid #DC9991

Tints of Petite Orchid #DC9991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 27.99%

R = 42.47%
G = 29.54%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DC9991 (or 0xDC9991) is known color: Petite Orchid. HEX triplet: DC, 99 and 91. RGB value is (220,153,145). Sum of RGB (Red+Green+Blue) = 220+153+145=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 153 (60.16% from 255 or 29.54% from 518); Blue value is 145 (57.03% from 255 or 27.99% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9991 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9991 is #23666E. Grayscale: #ACACAC. Windows color (decimal): -2319983 or 9542108. OLE color: 9542108.

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

Color convert

RGB 220 153 145 -
CMYK 0 0.30 0.34 0.14
HSL 6.4º 0.52% 0.72% -
HSV(B) 6.4º 0.34% 0.86% -
XYZ 46.02 40.04 32.09 -
YUV 172.12 112.7 162.15 -
System Red Green Blue C M Y K H S L
Decimal 220 153 145 0 0.30 0.34 0.14 6.4 0.52 0.72
Hex DC 99 91 0 1E 22 E 6 34 48
Octal 334 231 221 0 36 42 16 6 64 110
Binary 11011100 10011001 10010001 0 11110 100010 1110 110 110100 1001000

Color Harmonies of #DC9991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9991

Black with #DC9991

Text Example


Text Example

White with #DC9991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9991; }

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

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

background-color css

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

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

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

border-color css

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

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

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