Html Css Color HEX #DC9190 Petite Orchid

📋 copy color: '#DC9190'

red 220 ◦ green 145 ◦ blue 144

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

Shades of Petite Orchid #DC9190

Tints of Petite Orchid #DC9190

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.49%

 BLUE value IS 144 (56.64% from 255) = 28.29%

R = 43.22%
G = 28.49%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC9190 (or 0xDC9190) is known color: Petite Orchid. HEX triplet: DC, 91 and 90. RGB value is (220,145,144). Sum of RGB (Red+Green+Blue) = 220+145+144=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 145 (57.03% from 255 or 28.49% from 509); Blue value is 144 (56.64% from 255 or 28.29% from 509); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9190 is #236E6F. Grayscale: #A7A7A7. Windows color (decimal): -2322032 or 9474524. OLE color: 9474524.

HSL color Cylindrical-coordinate representation of color #DC9190: hue angle of 0.79º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DC9190 is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 145 144 -
CMYK 0 0.34 0.35 0.14
HSL 0.79º 0.52% 0.71% -
HSV(B) 0.79º 0.35% 0.86% -
XYZ 44.67 37.48 31.27 -
YUV 167.31 114.85 165.58 -
System Red Green Blue C M Y K H S L
Decimal 220 145 144 0 0.34 0.35 0.14 0.79 0.52 0.71
Hex DC 91 90 0 22 23 E 1 34 47
Octal 334 221 220 0 42 43 16 1 64 107
Binary 11011100 10010001 10010000 0 100010 100011 1110 1 110100 1000111

Color Harmonies of #DC9190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9190

Black with #DC9190

Text Example


Text Example

White with #DC9190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9190; }

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

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

background-color css

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

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

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

border-color css

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

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

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