Html Css Color HEX #DC9590 Petite Orchid

📋 copy color: '#DC9590'

red 220 ◦ green 149 ◦ blue 144

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

Shades of Petite Orchid #DC9590

Tints of Petite Orchid #DC9590

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.04%

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

R = 42.88%
G = 29.04%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC9590 (or 0xDC9590) is known color: Petite Orchid. HEX triplet: DC, 95 and 90. RGB value is (220,149,144). Sum of RGB (Red+Green+Blue) = 220+149+144=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 149 (58.59% from 255 or 29.04% from 513); Blue value is 144 (56.64% from 255 or 28.07% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9590 is #236A6F. Grayscale: #A9A9A9. Windows color (decimal): -2321008 or 9475548. OLE color: 9475548.

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

Color convert

RGB 220 149 144 -
CMYK 0 0.32 0.35 0.14
HSL 3.95º 0.52% 0.71% -
HSV(B) 3.95º 0.35% 0.86% -
XYZ 45.3 38.72 31.47 -
YUV 169.66 113.52 163.91 -
System Red Green Blue C M Y K H S L
Decimal 220 149 144 0 0.32 0.35 0.14 3.95 0.52 0.71
Hex DC 95 90 0 20 23 E 4 34 47
Octal 334 225 220 0 40 43 16 4 64 107
Binary 11011100 10010101 10010000 0 100000 100011 1110 100 110100 1000111

Color Harmonies of #DC9590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9590

Black with #DC9590

Text Example


Text Example

White with #DC9590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9590; }

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

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

background-color css

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

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

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

border-color css

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

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

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