Html Css Color HEX #DC637D Deep Blush

📋 copy color: '#DC637D'

red 220 ◦ green 99 ◦ blue 125

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

Shades of Deep Blush #DC637D

Tints of Deep Blush #DC637D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.15%

R = 49.55%
G = 22.3%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DC637D (or 0xDC637D) is known color: Deep Blush. HEX triplet: DC, 63 and 7D. RGB value is (220,99,125). Sum of RGB (Red+Green+Blue) = 220+99+125=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 99 (39.06% from 255 or 22.30% from 444); Blue value is 125 (49.22% from 255 or 28.15% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DC637D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC637D is #239C82. Grayscale: #8A8A8A. Windows color (decimal): -2333827 or 8217564. OLE color: 8217564.

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

Color convert

RGB 220 99 125 -
CMYK 0 0.55 0.43 0.14
HSL 347.11º 0.63% 0.63% -
HSV(B) 347.11º 0.55% 0.86% -
XYZ 37.68 25.62 22.36 -
YUV 138.14 120.59 186.39 -
System Red Green Blue C M Y K H S L
Decimal 220 99 125 0 0.55 0.43 0.14 347.11 0.63 0.63
Hex DC 63 7D 0 37 2B E 15B 3F 3F
Octal 334 143 175 0 67 53 16 533 77 77
Binary 11011100 1100011 1111101 0 110111 101011 1110 101011011 111111 111111

Color Harmonies of #DC637D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC637D

Black with #DC637D

Text Example


Text Example

White with #DC637D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC637D; }

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

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

background-color css

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

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

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

border-color css

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

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

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