Html Css Color HEX #DC6384 Deep Blush

📋 copy color: '#DC6384'

red 220 ◦ green 99 ◦ blue 132

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

Shades of Deep Blush #DC6384

Tints of Deep Blush #DC6384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 29.27%

R = 48.78%
G = 21.95%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DC6384 (or 0xDC6384) is known color: Deep Blush. HEX triplet: DC, 63 and 84. RGB value is (220,99,132). Sum of RGB (Red+Green+Blue) = 220+99+132=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 99 (39.06% from 255 or 21.95% from 451); Blue value is 132 (51.95% from 255 or 29.27% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6384 is #239C7B. Grayscale: #8A8A8A. Windows color (decimal): -2333820 or 8676316. OLE color: 8676316.

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

Color convert

RGB 220 99 132 -
CMYK 0 0.55 0.40 0.14
HSL 343.64º 0.63% 0.63% -
HSV(B) 343.64º 0.55% 0.86% -
XYZ 38.14 25.81 24.8 -
YUV 138.94 124.09 185.82 -
System Red Green Blue C M Y K H S L
Decimal 220 99 132 0 0.55 0.40 0.14 343.64 0.63 0.63
Hex DC 63 84 0 37 28 E 158 3F 3F
Octal 334 143 204 0 67 50 16 530 77 77
Binary 11011100 1100011 10000100 0 110111 101000 1110 101011000 111111 111111

Color Harmonies of #DC6384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6384

Black with #DC6384

Text Example


Text Example

White with #DC6384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6384; }

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

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

background-color css

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

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

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

border-color css

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

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

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