Html Css Color HEX #DC9595 Petite Orchid

📋 copy color: '#DC9595'

red 220 ◦ green 149 ◦ blue 149

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

Shades of Petite Orchid #DC9595

Tints of Petite Orchid #DC9595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 28.76%

R = 42.47%
G = 28.76%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DC9595 (or 0xDC9595) is known color: Petite Orchid. HEX triplet: DC, 95 and 95. RGB value is (220,149,149). Sum of RGB (Red+Green+Blue) = 220+149+149=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 149 (58.59% from 255 or 28.76% from 518); Blue value is 149 (58.59% from 255 or 28.76% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9595 is #236A6A. Grayscale: #AAAAAA. Windows color (decimal): -2321003 or 9803228. OLE color: 9803228.

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

Color convert

RGB 220 149 149 -
CMYK 0 0.32 0.32 0.14
HSL 0.5% 0.72% -
HSV(B) 0.32% 0.86% -
XYZ 45.69 38.88 33.53 -
YUV 170.23 116.02 163.5 -
System Red Green Blue C M Y K H S L
Decimal 220 149 149 0 0.32 0.32 0.14 0 0.5 0.72
Hex DC 95 95 0 20 20 E 0 32 48
Octal 334 225 225 0 40 40 16 0 62 110
Binary 11011100 10010101 10010101 0 100000 100000 1110 0 110010 1001000

Color Harmonies of #DC9595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9595

Black with #DC9595

Text Example


Text Example

White with #DC9595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9595; }

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

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

background-color css

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

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

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

border-color css

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

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

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