Html Css Color HEX #DC6387 Deep Blush

📋 copy color: '#DC6387'

red 220 ◦ green 99 ◦ blue 135

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

Shades of Deep Blush #DC6387

Tints of Deep Blush #DC6387

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.81%

 BLUE value IS 135 (53.13% from 255) = 29.74%

R = 48.46%
G = 21.81%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DC6387 (or 0xDC6387) is known color: Deep Blush. HEX triplet: DC, 63 and 87. RGB value is (220,99,135). Sum of RGB (Red+Green+Blue) = 220+99+135=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 99 (39.06% from 255 or 21.81% from 454); Blue value is 135 (53.12% from 255 or 29.74% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6387 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6387 is #239C78. Grayscale: #8B8B8B. Windows color (decimal): -2333817 or 8872924. OLE color: 8872924.

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

Color convert

RGB 220 99 135 -
CMYK 0 0.55 0.39 0.14
HSL 342.15º 0.63% 0.63% -
HSV(B) 342.15º 0.55% 0.86% -
XYZ 38.35 25.89 25.9 -
YUV 139.28 125.59 185.57 -
System Red Green Blue C M Y K H S L
Decimal 220 99 135 0 0.55 0.39 0.14 342.15 0.63 0.63
Hex DC 63 87 0 37 27 E 156 3F 3F
Octal 334 143 207 0 67 47 16 526 77 77
Binary 11011100 1100011 10000111 0 110111 100111 1110 101010110 111111 111111

Color Harmonies of #DC6387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6387

Black with #DC6387

Text Example


Text Example

White with #DC6387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6387; }

 p { color: rgb(220,99,135); }

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

background-color css

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

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

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

border-color css

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

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

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