Html Css Color HEX #DB637D Deep Blush

📋 copy color: '#DB637D'

red 219 ◦ green 99 ◦ blue 125

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

Shades of Deep Blush #DB637D

Tints of Deep Blush #DB637D

RGB

 RED value IS 219 (85.94% from 255) = 49.44%

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

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

R = 49.44%
G = 22.35%
B = 28.22%

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

#DB637D (or 0xDB637D) is known color: Deep Blush. HEX triplet: DB, 63 and 7D. RGB value is (219,99,125). Sum of RGB (Red+Green+Blue) = 219+99+125=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 99 (39.06% from 255 or 22.35% from 443); Blue value is 125 (49.22% from 255 or 28.22% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DB637D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB637D is #249C82. Grayscale: #898989. Windows color (decimal): -2399363 or 8217563. OLE color: 8217563.

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

Color convert

RGB 219 99 125 -
CMYK 0 0.55 0.43 0.14
HSL 347º 0.63% 0.62% -
HSV(B) 347º 0.55% 0.86% -
XYZ 37.38 25.46 22.35 -
YUV 137.84 120.76 185.89 -
System Red Green Blue C M Y K H S L
Decimal 219 99 125 0 0.55 0.43 0.14 347 0.63 0.62
Hex DB 63 7D 0 37 2B E 15B 3E 3E
Octal 333 143 175 0 67 53 16 533 76 76
Binary 11011011 1100011 1111101 0 110111 101011 1110 101011011 111110 111110

Color Harmonies of #DB637D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB637D

Black with #DB637D

Text Example


Text Example

White with #DB637D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB637D; }

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

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

background-color css

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

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

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

border-color css

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

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

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