Html Css Color HEX #DB424B Mandy

📋 copy color: '#DB424B'

red 219 ◦ green 66 ◦ blue 75

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

Shades of Mandy #DB424B

Tints of Mandy #DB424B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.33%

 BLUE value IS 75 (29.69% from 255) = 20.83%

R = 60.83%
G = 18.33%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DB424B (or 0xDB424B) is known color: Mandy. HEX triplet: DB, 42 and 4B. RGB value is (219,66,75). Sum of RGB (Red+Green+Blue) = 219+66+75=360 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.83% from 360); Green value is 66 (26.17% from 255 or 18.33% from 360); Blue value is 75 (29.69% from 255 or 20.83% from 360); Max value from RGB is 219 - color contains mainly: red. Hex color #DB424B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB424B is #24BDB4. Grayscale: #707070. Windows color (decimal): -2407861 or 4932315. OLE color: 4932315.

HSL color Cylindrical-coordinate representation of color #DB424B: hue angle of 356.47º 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 #DB424B is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 66 75 -
CMYK 0 0.70 0.66 0.14
HSL 356.47º 0.68% 0.56% -
HSV(B) 356.47º 0.7% 0.86% -
XYZ 32.43 19.46 8.7 -
YUV 112.77 106.69 203.77 -
System Red Green Blue C M Y K H S L
Decimal 219 66 75 0 0.70 0.66 0.14 356.47 0.68 0.56
Hex DB 42 4B 0 46 42 E 164 44 38
Octal 333 102 113 0 106 102 16 544 104 70
Binary 11011011 1000010 1001011 0 1000110 1000010 1110 101100100 1000100 111000

Color Harmonies of #DB424B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB424B

Black with #DB424B

Text Example


Text Example

White with #DB424B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB424B; }

 p { color: rgb(219,66,75); }

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

background-color css

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

 a { background-color: rgb(219,66,75); }

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

border-color css

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

 span { border-color: rgb(219,66,75); }

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