Html Css Color HEX #DC637E Deep Blush

📋 copy color: '#DC637E'

red 220 ◦ green 99 ◦ blue 126

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

Shades of Deep Blush #DC637E

Tints of Deep Blush #DC637E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28.31%

R = 49.44%
G = 22.25%
B = 28.31%

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

#DC637E (or 0xDC637E) is known color: Deep Blush. HEX triplet: DC, 63 and 7E. RGB value is (220,99,126). Sum of RGB (Red+Green+Blue) = 220+99+126=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 99 (39.06% from 255 or 22.25% from 445); Blue value is 126 (49.61% from 255 or 28.31% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DC637E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC637E is #239C81. Grayscale: #8A8A8A. Windows color (decimal): -2333826 or 8283100. OLE color: 8283100.

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

Color convert

RGB 220 99 126 -
CMYK 0 0.55 0.43 0.14
HSL 346.61º 0.63% 0.63% -
HSV(B) 346.61º 0.55% 0.86% -
XYZ 37.74 25.65 22.7 -
YUV 138.26 121.09 186.3 -
System Red Green Blue C M Y K H S L
Decimal 220 99 126 0 0.55 0.43 0.14 346.61 0.63 0.63
Hex DC 63 7E 0 37 2B E 15B 3F 3F
Octal 334 143 176 0 67 53 16 533 77 77
Binary 11011100 1100011 1111110 0 110111 101011 1110 101011011 111111 111111

Color Harmonies of #DC637E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC637E

Black with #DC637E

Text Example


Text Example

White with #DC637E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC637E; }

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

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

background-color css

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

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

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

border-color css

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

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

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