Html Css Color HEX #D24B54 Mandy

📋 copy color: '#D24B54'

red 210 ◦ green 75 ◦ blue 84

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

Shades of Mandy #D24B54

Tints of Mandy #D24B54

RGB

 RED value IS 210 (82.42% from 255) = 56.91%

 GREEN value IS 75 (29.69% from 255) = 20.33%

 BLUE value IS 84 (33.2% from 255) = 22.76%

R = 56.91%
G = 20.33%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.6

 K value IS 0.18

RGB Variations

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

Color information

#D24B54 (or 0xD24B54) is known color: Mandy. HEX triplet: D2, 4B and 54. RGB value is (210,75,84). Sum of RGB (Red+Green+Blue) = 210+75+84=369 (48% of max value = 765). Red value is 210 (82.42% from 255 or 56.91% from 369); Green value is 75 (29.69% from 255 or 20.33% from 369); Blue value is 84 (33.20% from 255 or 22.76% from 369); Max value from RGB is 210 - color contains mainly: red. Hex color #D24B54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24B54 is #2DB4AB. Grayscale: #747474. Windows color (decimal): -2995372 or 5524434. OLE color: 5524434.

HSL color Cylindrical-coordinate representation of color #D24B54: hue angle of 356º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D24B54 is Cyan = 0, Magento = 0.64, Yellow = 0.6 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 75 84 -
CMYK 0 0.64 0.6 0.18
HSL 356º 0.6% 0.56% -
HSV(B) 356º 0.64% 0.82% -
XYZ 30.69 19.37 10.51 -
YUV 116.39 109.73 194.77 -
System Red Green Blue C M Y K H S L
Decimal 210 75 84 0 0.64 0.6 0.18 356 0.6 0.56
Hex D2 4B 54 0 40 3C 12 164 3C 38
Octal 322 113 124 0 100 74 22 544 74 70
Binary 11010010 1001011 1010100 0 1000000 111100 10010 101100100 111100 111000

Color Harmonies of #D24B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24B54

Black with #D24B54

Text Example


Text Example

White with #D24B54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24B54; }

 p { color: rgb(210,75,84); }

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

background-color css

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

 a { background-color: rgb(210,75,84); }

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

border-color css

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

 span { border-color: rgb(210,75,84); }

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