Html Css Color HEX #DC9492 Petite Orchid

📋 copy color: '#DC9492'

red 220 ◦ green 148 ◦ blue 146

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

Shades of Petite Orchid #DC9492

Tints of Petite Orchid #DC9492

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.79%

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

R = 42.8%
G = 28.79%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DC9492 (or 0xDC9492) is known color: Petite Orchid. HEX triplet: DC, 94 and 92. RGB value is (220,148,146). Sum of RGB (Red+Green+Blue) = 220+148+146=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 148 (58.20% from 255 or 28.79% from 514); Blue value is 146 (57.42% from 255 or 28.40% from 514); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9492 is #236B6D. Grayscale: #A9A9A9. Windows color (decimal): -2321262 or 9606364. OLE color: 9606364.

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

Color convert

RGB 220 148 146 -
CMYK 0 0.33 0.34 0.14
HSL 1.62º 0.51% 0.72% -
HSV(B) 1.62º 0.34% 0.86% -
XYZ 45.29 38.47 32.23 -
YUV 169.3 114.85 164.16 -
System Red Green Blue C M Y K H S L
Decimal 220 148 146 0 0.33 0.34 0.14 1.62 0.51 0.72
Hex DC 94 92 0 21 22 E 2 33 48
Octal 334 224 222 0 41 42 16 2 63 110
Binary 11011100 10010100 10010010 0 100001 100010 1110 10 110011 1001000

Color Harmonies of #DC9492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9492

Black with #DC9492

Text Example


Text Example

White with #DC9492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9492; }

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

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

background-color css

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

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

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

border-color css

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

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

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