Html Css Color HEX #DB474B Mandy

📋 copy color: '#DB474B'

red 219 ◦ green 71 ◦ blue 75

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

Shades of Mandy #DB474B

Tints of Mandy #DB474B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.45%

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

R = 60%
G = 19.45%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DB474B (or 0xDB474B) is known color: Mandy. HEX triplet: DB, 47 and 4B. RGB value is (219,71,75). Sum of RGB (Red+Green+Blue) = 219+71+75=365 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60% from 365); Green value is 71 (28.12% from 255 or 19.45% from 365); Blue value is 75 (29.69% from 255 or 20.55% from 365); Max value from RGB is 219 - color contains mainly: red. Hex color #DB474B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB474B is #24B8B4. Grayscale: #737373. Windows color (decimal): -2406581 or 4933595. OLE color: 4933595.

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

Color convert

RGB 219 71 75 -
CMYK 0 0.68 0.66 0.14
HSL 358.38º 0.67% 0.57% -
HSV(B) 358.38º 0.68% 0.86% -
XYZ 32.74 20.07 8.81 -
YUV 115.71 105.03 201.67 -
System Red Green Blue C M Y K H S L
Decimal 219 71 75 0 0.68 0.66 0.14 358.38 0.67 0.57
Hex DB 47 4B 0 44 42 E 166 43 39
Octal 333 107 113 0 104 102 16 546 103 71
Binary 11011011 1000111 1001011 0 1000100 1000010 1110 101100110 1000011 111001

Color Harmonies of #DB474B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB474B

Black with #DB474B

Text Example


Text Example

White with #DB474B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB474B; }

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

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

background-color css

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

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

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

border-color css

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

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

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