Html Css Color HEX #D2415A Mandy

📋 copy color: '#D2415A'

red 210 ◦ green 65 ◦ blue 90

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

Shades of Mandy #D2415A

Tints of Mandy #D2415A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.66%

R = 57.53%
G = 17.81%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D2415A (or 0xD2415A) is known color: Mandy. HEX triplet: D2, 41 and 5A. RGB value is (210,65,90). Sum of RGB (Red+Green+Blue) = 210+65+90=365 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.53% from 365); Green value is 65 (25.78% from 255 or 17.81% from 365); Blue value is 90 (35.55% from 255 or 24.66% from 365); Max value from RGB is 210 - color contains mainly: red. Hex color #D2415A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2415A is #2DBEA5. Grayscale: #6F6F6F. Windows color (decimal): -2997926 or 5915090. OLE color: 5915090.

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

Color convert

RGB 210 65 90 -
CMYK 0 0.69 0.57 0.18
HSL 349.66º 0.62% 0.54% -
HSV(B) 349.66º 0.69% 0.82% -
XYZ 30.31 18.22 11.59 -
YUV 111.21 116.04 198.47 -
System Red Green Blue C M Y K H S L
Decimal 210 65 90 0 0.69 0.57 0.18 349.66 0.62 0.54
Hex D2 41 5A 0 45 39 12 15E 3E 36
Octal 322 101 132 0 105 71 22 536 76 66
Binary 11010010 1000001 1011010 0 1000101 111001 10010 101011110 111110 110110

Color Harmonies of #D2415A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2415A

Black with #D2415A

Text Example


Text Example

White with #D2415A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2415A; }

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

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

background-color css

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

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

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

border-color css

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

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

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