Html Css Color HEX #DC9491 Petite Orchid

📋 copy color: '#DC9491'

red 220 ◦ green 148 ◦ blue 145

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

Shades of Petite Orchid #DC9491

Tints of Petite Orchid #DC9491

RGB

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

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

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

R = 42.88%
G = 28.85%
B = 28.27%

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

#DC9491 (or 0xDC9491) is known color: Petite Orchid. HEX triplet: DC, 94 and 91. RGB value is (220,148,145). Sum of RGB (Red+Green+Blue) = 220+148+145=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 148 (58.20% from 255 or 28.85% from 513); Blue value is 145 (57.03% from 255 or 28.27% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9491 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9491 is #236B6E. Grayscale: #A9A9A9. Windows color (decimal): -2321263 or 9540828. OLE color: 9540828.

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

Color convert

RGB 220 148 145 -
CMYK 0 0.33 0.34 0.14
HSL 2.4º 0.52% 0.72% -
HSV(B) 2.4º 0.34% 0.86% -
XYZ 45.22 38.44 31.82 -
YUV 169.19 114.35 164.24 -
System Red Green Blue C M Y K H S L
Decimal 220 148 145 0 0.33 0.34 0.14 2.4 0.52 0.72
Hex DC 94 91 0 21 22 E 2 34 48
Octal 334 224 221 0 41 42 16 2 64 110
Binary 11011100 10010100 10010001 0 100001 100010 1110 10 110100 1001000

Color Harmonies of #DC9491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9491

Black with #DC9491

Text Example


Text Example

White with #DC9491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9491; }

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

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

background-color css

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

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

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

border-color css

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

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

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