Html Css Color HEX #DB4153 Mandy

📋 copy color: '#DB4153'

red 219 ◦ green 65 ◦ blue 83

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

Shades of Mandy #DB4153

Tints of Mandy #DB4153

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.71%

 BLUE value IS 83 (32.81% from 255) = 22.62%

R = 59.67%
G = 17.71%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DB4153 (or 0xDB4153) is known color: Mandy. HEX triplet: DB, 41 and 53. RGB value is (219,65,83). Sum of RGB (Red+Green+Blue) = 219+65+83=367 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.67% from 367); Green value is 65 (25.78% from 255 or 17.71% from 367); Blue value is 83 (32.81% from 255 or 22.62% from 367); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4153 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4153 is #24BEAC. Grayscale: #717171. Windows color (decimal): -2408109 or 5456347. OLE color: 5456347.

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

Color convert

RGB 219 65 83 -
CMYK 0 0.70 0.62 0.14
HSL 352.99º 0.68% 0.56% -
HSV(B) 352.99º 0.7% 0.86% -
XYZ 32.67 19.47 10.22 -
YUV 113.1 111.02 203.54 -
System Red Green Blue C M Y K H S L
Decimal 219 65 83 0 0.70 0.62 0.14 352.99 0.68 0.56
Hex DB 41 53 0 46 3E E 161 44 38
Octal 333 101 123 0 106 76 16 541 104 70
Binary 11011011 1000001 1010011 0 1000110 111110 1110 101100001 1000100 111000

Color Harmonies of #DB4153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4153

Black with #DB4153

Text Example


Text Example

White with #DB4153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4153; }

 p { color: rgb(219,65,83); }

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

background-color css

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

 a { background-color: rgb(219,65,83); }

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

border-color css

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

 span { border-color: rgb(219,65,83); }

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