Html Css Color HEX #DC9291 Petite Orchid

📋 copy color: '#DC9291'

red 220 ◦ green 146 ◦ blue 145

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

Shades of Petite Orchid #DC9291

Tints of Petite Orchid #DC9291

RGB

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

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

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

R = 43.05%
G = 28.57%
B = 28.38%

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

#DC9291 (or 0xDC9291) is known color: Petite Orchid. HEX triplet: DC, 92 and 91. RGB value is (220,146,145). Sum of RGB (Red+Green+Blue) = 220+146+145=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 146 (57.42% from 255 or 28.57% from 511); Blue value is 145 (57.03% from 255 or 28.38% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9291 is #236D6E. Grayscale: #A8A8A8. Windows color (decimal): -2321775 or 9540316. OLE color: 9540316.

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

Color convert

RGB 220 146 145 -
CMYK 0 0.34 0.34 0.14
HSL 0.8º 0.52% 0.72% -
HSV(B) 0.8º 0.34% 0.86% -
XYZ 44.9 37.82 31.72 -
YUV 168.01 115.02 165.08 -
System Red Green Blue C M Y K H S L
Decimal 220 146 145 0 0.34 0.34 0.14 0.8 0.52 0.72
Hex DC 92 91 0 22 22 E 1 34 48
Octal 334 222 221 0 42 42 16 1 64 110
Binary 11011100 10010010 10010001 0 100010 100010 1110 1 110100 1001000

Color Harmonies of #DC9291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9291

Black with #DC9291

Text Example


Text Example

White with #DC9291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9291; }

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

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

background-color css

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

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

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

border-color css

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

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

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