Html Css Color HEX #DB7481 Deep Blush

📋 copy color: '#DB7481'

red 219 ◦ green 116 ◦ blue 129

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

Shades of Deep Blush #DB7481

Tints of Deep Blush #DB7481

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25%

 BLUE value IS 129 (50.78% from 255) = 27.8%

R = 47.2%
G = 25%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DB7481 (or 0xDB7481) is known color: Deep Blush. HEX triplet: DB, 74 and 81. RGB value is (219,116,129). Sum of RGB (Red+Green+Blue) = 219+116+129=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 116 (45.70% from 255 or 25% from 464); Blue value is 129 (50.78% from 255 or 27.80% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7481 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7481 is #248B7E. Grayscale: #949494. Windows color (decimal): -2395007 or 8484059. OLE color: 8484059.

HSL color Cylindrical-coordinate representation of color #DB7481: hue angle of 352.43º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB7481 is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 116 129 -
CMYK 0 0.47 0.41 0.14
HSL 352.43º 0.59% 0.66% -
HSV(B) 352.43º 0.47% 0.86% -
XYZ 39.42 29.14 24.31 -
YUV 148.28 117.12 178.44 -
System Red Green Blue C M Y K H S L
Decimal 219 116 129 0 0.47 0.41 0.14 352.43 0.59 0.66
Hex DB 74 81 0 2F 29 E 160 3B 42
Octal 333 164 201 0 57 51 16 540 73 102
Binary 11011011 1110100 10000001 0 101111 101001 1110 101100000 111011 1000010

Color Harmonies of #DB7481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7481

Black with #DB7481

Text Example


Text Example

White with #DB7481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7481; }

 p { color: rgb(219,116,129); }

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

background-color css

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

 a { background-color: rgb(219,116,129); }

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

border-color css

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

 span { border-color: rgb(219,116,129); }

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