Html Css Color HEX #DC9391 Petite Orchid

📋 copy color: '#DC9391'

red 220 ◦ green 147 ◦ blue 145

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

Shades of Petite Orchid #DC9391

Tints of Petite Orchid #DC9391

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.71%

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

R = 42.97%
G = 28.71%
B = 28.32%

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

#DC9391 (or 0xDC9391) is known color: Petite Orchid. HEX triplet: DC, 93 and 91. RGB value is (220,147,145). Sum of RGB (Red+Green+Blue) = 220+147+145=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 147 (57.81% from 255 or 28.71% from 512); Blue value is 145 (57.03% from 255 or 28.32% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9391 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9391 is #236C6E. Grayscale: #A8A8A8. Windows color (decimal): -2321519 or 9540572. OLE color: 9540572.

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

Color convert

RGB 220 147 145 -
CMYK 0 0.33 0.34 0.14
HSL 1.6º 0.52% 0.72% -
HSV(B) 1.6º 0.34% 0.86% -
XYZ 45.06 38.13 31.77 -
YUV 168.6 114.68 164.66 -
System Red Green Blue C M Y K H S L
Decimal 220 147 145 0 0.33 0.34 0.14 1.6 0.52 0.72
Hex DC 93 91 0 21 22 E 2 34 48
Octal 334 223 221 0 41 42 16 2 64 110
Binary 11011100 10010011 10010001 0 100001 100010 1110 10 110100 1001000

Color Harmonies of #DC9391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9391

Black with #DC9391

Text Example


Text Example

White with #DC9391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9391; }

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

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

background-color css

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

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

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

border-color css

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

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

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