Html Css Color HEX #D24258 Mandy

📋 copy color: '#D24258'

red 210 ◦ green 66 ◦ blue 88

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

Shades of Mandy #D24258

Tints of Mandy #D24258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 24.18%

R = 57.69%
G = 18.13%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#D24258 (or 0xD24258) is known color: Mandy. HEX triplet: D2, 42 and 58. RGB value is (210,66,88). Sum of RGB (Red+Green+Blue) = 210+66+88=364 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.69% from 364); Green value is 66 (26.17% from 255 or 18.13% from 364); Blue value is 88 (34.77% from 255 or 24.18% from 364); Max value from RGB is 210 - color contains mainly: red. Hex color #D24258 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24258 is #2DBDA7. Grayscale: #6F6F6F. Windows color (decimal): -2997672 or 5784274. OLE color: 5784274.

HSL color Cylindrical-coordinate representation of color #D24258: hue angle of 350.83º 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 #D24258 is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 66 88 -
CMYK 0 0.69 0.58 0.18
HSL 350.83º 0.62% 0.54% -
HSV(B) 350.83º 0.69% 0.82% -
XYZ 30.29 18.3 11.17 -
YUV 111.56 114.71 198.21 -
System Red Green Blue C M Y K H S L
Decimal 210 66 88 0 0.69 0.58 0.18 350.83 0.62 0.54
Hex D2 42 58 0 45 3A 12 15F 3E 36
Octal 322 102 130 0 105 72 22 537 76 66
Binary 11010010 1000010 1011000 0 1000101 111010 10010 101011111 111110 110110

Color Harmonies of #D24258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24258

Black with #D24258

Text Example


Text Example

White with #D24258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24258; }

 p { color: rgb(210,66,88); }

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

background-color css

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

 a { background-color: rgb(210,66,88); }

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

border-color css

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

 span { border-color: rgb(210,66,88); }

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