Html Css Color HEX #DC9292 Petite Orchid

📋 copy color: '#DC9292'

red 220 ◦ green 146 ◦ blue 146

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

Shades of Petite Orchid #DC9292

Tints of Petite Orchid #DC9292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.52%

R = 42.97%
G = 28.52%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DC9292 (or 0xDC9292) is known color: Petite Orchid. HEX triplet: DC, 92 and 92. RGB value is (220,146,146). Sum of RGB (Red+Green+Blue) = 220+146+146=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 146 (57.42% from 255 or 28.52% from 512); Blue value is 146 (57.42% from 255 or 28.52% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9292 is #236D6D. Grayscale: #A8A8A8. Windows color (decimal): -2321774 or 9605852. OLE color: 9605852.

HSL color Cylindrical-coordinate representation of color #DC9292: hue angle of 0º degrees, saturation: 0.51, 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 #DC9292 is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 146 146 -
CMYK 0 0.34 0.34 0.14
HSL 0.51% 0.72% -
HSV(B) 0.34% 0.86% -
XYZ 44.98 37.85 32.13 -
YUV 168.13 115.52 165 -
System Red Green Blue C M Y K H S L
Decimal 220 146 146 0 0.34 0.34 0.14 0 0.51 0.72
Hex DC 92 92 0 22 22 E 0 33 48
Octal 334 222 222 0 42 42 16 0 63 110
Binary 11011100 10010010 10010010 0 100010 100010 1110 0 110011 1001000

Color Harmonies of #DC9292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9292

Black with #DC9292

Text Example


Text Example

White with #DC9292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9292; }

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

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

background-color css

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

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

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

border-color css

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

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

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