Html Css Color HEX #D2415F Mandy

📋 copy color: '#D2415F'

red 210 ◦ green 65 ◦ blue 95

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

Shades of Mandy #D2415F

Tints of Mandy #D2415F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25.68%

R = 56.76%
G = 17.57%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D2415F (or 0xD2415F) is known color: Mandy. HEX triplet: D2, 41 and 5F. RGB value is (210,65,95). Sum of RGB (Red+Green+Blue) = 210+65+95=370 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.76% from 370); Green value is 65 (25.78% from 255 or 17.57% from 370); Blue value is 95 (37.5% from 255 or 25.68% from 370); Max value from RGB is 210 - color contains mainly: red. Hex color #D2415F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2415F is #2DBEA0. Grayscale: #6F6F6F. Windows color (decimal): -2997921 or 6242770. OLE color: 6242770.

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

Color convert

RGB 210 65 95 -
CMYK 0 0.69 0.55 0.18
HSL 347.59º 0.62% 0.54% -
HSV(B) 347.59º 0.69% 0.82% -
XYZ 30.53 18.31 12.75 -
YUV 111.78 118.54 198.06 -
System Red Green Blue C M Y K H S L
Decimal 210 65 95 0 0.69 0.55 0.18 347.59 0.62 0.54
Hex D2 41 5F 0 45 37 12 15C 3E 36
Octal 322 101 137 0 105 67 22 534 76 66
Binary 11010010 1000001 1011111 0 1000101 110111 10010 101011100 111110 110110

Color Harmonies of #D2415F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2415F

Black with #D2415F

Text Example


Text Example

White with #D2415F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2415F; }

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

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

background-color css

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

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

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

border-color css

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

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

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