Html Css Color HEX #DB4652 Mandy

📋 copy color: '#DB4652'

red 219 ◦ green 70 ◦ blue 82

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

Shades of Mandy #DB4652

Tints of Mandy #DB4652

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.87%

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

R = 59.03%
G = 18.87%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB4652 (or 0xDB4652) is known color: Mandy. HEX triplet: DB, 46 and 52. RGB value is (219,70,82). Sum of RGB (Red+Green+Blue) = 219+70+82=371 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.03% from 371); Green value is 70 (27.73% from 255 or 18.87% from 371); Blue value is 82 (32.42% from 255 or 22.10% from 371); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4652 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4652 is #24B9AD. Grayscale: #747474. Windows color (decimal): -2406830 or 5392091. OLE color: 5392091.

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

Color convert

RGB 219 70 82 -
CMYK 0 0.68 0.63 0.14
HSL 355.17º 0.67% 0.57% -
HSV(B) 355.17º 0.68% 0.86% -
XYZ 32.93 20.05 10.12 -
YUV 115.92 108.86 201.52 -
System Red Green Blue C M Y K H S L
Decimal 219 70 82 0 0.68 0.63 0.14 355.17 0.67 0.57
Hex DB 46 52 0 44 3F E 163 43 39
Octal 333 106 122 0 104 77 16 543 103 71
Binary 11011011 1000110 1010010 0 1000100 111111 1110 101100011 1000011 111001

Color Harmonies of #DB4652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4652

Black with #DB4652

Text Example


Text Example

White with #DB4652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4652; }

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

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

background-color css

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

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

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

border-color css

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

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

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