Html Css Color HEX #DC9288 Petite Orchid

📋 copy color: '#DC9288'

red 220 ◦ green 146 ◦ blue 136

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

Shades of Petite Orchid #DC9288

Tints of Petite Orchid #DC9288

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.08%

 BLUE value IS 136 (53.52% from 255) = 27.09%

R = 43.82%
G = 29.08%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DC9288 (or 0xDC9288) is known color: Petite Orchid. HEX triplet: DC, 92 and 88. RGB value is (220,146,136). Sum of RGB (Red+Green+Blue) = 220+146+136=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 146 (57.42% from 255 or 29.08% from 502); Blue value is 136 (53.52% from 255 or 27.09% from 502); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9288 is #236D77. Grayscale: #A7A7A7. Windows color (decimal): -2321784 or 8950492. OLE color: 8950492.

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

Color convert

RGB 220 146 136 -
CMYK 0 0.34 0.38 0.14
HSL 7.14º 0.55% 0.7% -
HSV(B) 7.14º 0.38% 0.86% -
XYZ 44.24 37.55 28.21 -
YUV 166.99 110.52 165.81 -
System Red Green Blue C M Y K H S L
Decimal 220 146 136 0 0.34 0.38 0.14 7.14 0.55 0.7
Hex DC 92 88 0 22 26 E 7 37 46
Octal 334 222 210 0 42 46 16 7 67 106
Binary 11011100 10010010 10001000 0 100010 100110 1110 111 110111 1000110

Color Harmonies of #DC9288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9288

Black with #DC9288

Text Example


Text Example

White with #DC9288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9288; }

 p { color: rgb(220,146,136); }

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

background-color css

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

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

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

border-color css

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

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

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