Html Css Color HEX #DC9594 Petite Orchid

📋 copy color: '#DC9594'

red 220 ◦ green 149 ◦ blue 148

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

Shades of Petite Orchid #DC9594

Tints of Petite Orchid #DC9594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 28.63%

R = 42.55%
G = 28.82%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC9594 (or 0xDC9594) is known color: Petite Orchid. HEX triplet: DC, 95 and 94. RGB value is (220,149,148). Sum of RGB (Red+Green+Blue) = 220+149+148=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 149 (58.59% from 255 or 28.82% from 517); Blue value is 148 (58.20% from 255 or 28.63% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9594 is #236A6B. Grayscale: #AAAAAA. Windows color (decimal): -2321004 or 9737692. OLE color: 9737692.

HSL color Cylindrical-coordinate representation of color #DC9594: hue angle of 0.83º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DC9594 is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 149 148 -
CMYK 0 0.32 0.33 0.14
HSL 0.83º 0.51% 0.72% -
HSV(B) 0.83º 0.33% 0.86% -
XYZ 45.61 38.85 33.11 -
YUV 170.12 115.52 163.58 -
System Red Green Blue C M Y K H S L
Decimal 220 149 148 0 0.32 0.33 0.14 0.83 0.51 0.72
Hex DC 95 94 0 20 21 E 1 33 48
Octal 334 225 224 0 40 41 16 1 63 110
Binary 11011100 10010101 10010100 0 100000 100001 1110 1 110011 1001000

Color Harmonies of #DC9594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9594

Black with #DC9594

Text Example


Text Example

White with #DC9594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9594; }

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

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

background-color css

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

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

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

border-color css

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

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

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