Html Css Color HEX #DC9995 Petite Orchid

📋 copy color: '#DC9995'

red 220 ◦ green 153 ◦ blue 149

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

Shades of Petite Orchid #DC9995

Tints of Petite Orchid #DC9995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 28.54%

R = 42.15%
G = 29.31%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DC9995 (or 0xDC9995) is known color: Petite Orchid. HEX triplet: DC, 99 and 95. RGB value is (220,153,149). Sum of RGB (Red+Green+Blue) = 220+153+149=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 153 (60.16% from 255 or 29.31% from 522); Blue value is 149 (58.59% from 255 or 28.54% from 522); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9995 is #23666A. Grayscale: #ACACAC. Windows color (decimal): -2319979 or 9804252. OLE color: 9804252.

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

Color convert

RGB 220 153 149 -
CMYK 0 0.30 0.32 0.14
HSL 3.38º 0.5% 0.72% -
HSV(B) 3.38º 0.32% 0.86% -
XYZ 46.33 40.17 33.75 -
YUV 172.58 114.7 161.83 -
System Red Green Blue C M Y K H S L
Decimal 220 153 149 0 0.30 0.32 0.14 3.38 0.5 0.72
Hex DC 99 95 0 1E 20 E 3 32 48
Octal 334 231 225 0 36 40 16 3 62 110
Binary 11011100 10011001 10010101 0 11110 100000 1110 11 110010 1001000

Color Harmonies of #DC9995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9995

Black with #DC9995

Text Example


Text Example

White with #DC9995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9995; }

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

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

background-color css

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

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

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

border-color css

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

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

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