Html Css Color HEX #DB4852 Mandy

📋 copy color: '#DB4852'

red 219 ◦ green 72 ◦ blue 82

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

Shades of Mandy #DB4852

Tints of Mandy #DB4852

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.3%

 BLUE value IS 82 (32.42% from 255) = 21.98%

R = 58.71%
G = 19.3%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB4852 (or 0xDB4852) is known color: Mandy. HEX triplet: DB, 48 and 52. RGB value is (219,72,82). Sum of RGB (Red+Green+Blue) = 219+72+82=373 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.71% from 373); Green value is 72 (28.52% from 255 or 19.30% from 373); Blue value is 82 (32.42% from 255 or 21.98% from 373); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4852 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4852 is #24B7AD. Grayscale: #757575. Windows color (decimal): -2406318 or 5392603. OLE color: 5392603.

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

Color convert

RGB 219 72 82 -
CMYK 0 0.67 0.63 0.14
HSL 355.92º 0.67% 0.57% -
HSV(B) 355.92º 0.67% 0.86% -
XYZ 33.05 20.3 10.16 -
YUV 117.09 108.2 200.69 -
System Red Green Blue C M Y K H S L
Decimal 219 72 82 0 0.67 0.63 0.14 355.92 0.67 0.57
Hex DB 48 52 0 43 3F E 164 43 39
Octal 333 110 122 0 103 77 16 544 103 71
Binary 11011011 1001000 1010010 0 1000011 111111 1110 101100100 1000011 111001

Color Harmonies of #DB4852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4852

Black with #DB4852

Text Example


Text Example

White with #DB4852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4852; }

 p { color: rgb(219,72,82); }

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

background-color css

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

 a { background-color: rgb(219,72,82); }

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

border-color css

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

 span { border-color: rgb(219,72,82); }

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