Html Css Color HEX #D2415B Mandy

📋 copy color: '#D2415B'

red 210 ◦ green 65 ◦ blue 91

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

Shades of Mandy #D2415B

Tints of Mandy #D2415B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.86%

R = 57.38%
G = 17.76%
B = 24.86%

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

#D2415B (or 0xD2415B) is known color: Mandy. HEX triplet: D2, 41 and 5B. RGB value is (210,65,91). Sum of RGB (Red+Green+Blue) = 210+65+91=366 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.38% from 366); Green value is 65 (25.78% from 255 or 17.76% from 366); Blue value is 91 (35.94% from 255 or 24.86% from 366); Max value from RGB is 210 - color contains mainly: red. Hex color #D2415B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2415B is #2DBEA4. Grayscale: #6F6F6F. Windows color (decimal): -2997925 or 5980626. OLE color: 5980626.

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

Color convert

RGB 210 65 91 -
CMYK 0 0.69 0.57 0.18
HSL 349.24º 0.62% 0.54% -
HSV(B) 349.24º 0.69% 0.82% -
XYZ 30.36 18.24 11.82 -
YUV 111.32 116.54 198.39 -
System Red Green Blue C M Y K H S L
Decimal 210 65 91 0 0.69 0.57 0.18 349.24 0.62 0.54
Hex D2 41 5B 0 45 39 12 15D 3E 36
Octal 322 101 133 0 105 71 22 535 76 66
Binary 11010010 1000001 1011011 0 1000101 111001 10010 101011101 111110 110110

Color Harmonies of #D2415B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2415B

Black with #D2415B

Text Example


Text Example

White with #D2415B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2415B; }

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

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

background-color css

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

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

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

border-color css

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

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

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