Html Css Color HEX #D24153 Mandy

📋 copy color: '#D24153'

red 210 ◦ green 65 ◦ blue 83

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

Shades of Mandy #D24153

Tints of Mandy #D24153

RGB

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

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

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

R = 58.66%
G = 18.16%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D24153 (or 0xD24153) is known color: Mandy. HEX triplet: D2, 41 and 53. RGB value is (210,65,83). Sum of RGB (Red+Green+Blue) = 210+65+83=358 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.66% from 358); Green value is 65 (25.78% from 255 or 18.16% from 358); Blue value is 83 (32.81% from 255 or 23.18% from 358); Max value from RGB is 210 - color contains mainly: red. Hex color #D24153 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24153 is #2DBEAC. Grayscale: #6E6E6E. Windows color (decimal): -2997933 or 5456338. OLE color: 5456338.

HSL color Cylindrical-coordinate representation of color #D24153: hue angle of 352.55º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D24153 is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 65 83 -
CMYK 0 0.69 0.60 0.18
HSL 352.55º 0.62% 0.54% -
HSV(B) 352.55º 0.69% 0.82% -
XYZ 30.03 18.11 10.1 -
YUV 110.41 112.54 199.04 -
System Red Green Blue C M Y K H S L
Decimal 210 65 83 0 0.69 0.60 0.18 352.55 0.62 0.54
Hex D2 41 53 0 45 3C 12 161 3E 36
Octal 322 101 123 0 105 74 22 541 76 66
Binary 11010010 1000001 1010011 0 1000101 111100 10010 101100001 111110 110110

Color Harmonies of #D24153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24153

Black with #D24153

Text Example


Text Example

White with #D24153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24153; }

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

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

background-color css

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

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

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

border-color css

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

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

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