Html Css Color HEX #D3414F Mandy

📋 copy color: '#D3414F'

red 211 ◦ green 65 ◦ blue 79

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

Shades of Mandy #D3414F

Tints of Mandy #D3414F

RGB

 RED value IS 211 (82.81% from 255) = 59.44%

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

 BLUE value IS 79 (31.25% from 255) = 22.25%

R = 59.44%
G = 18.31%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.63

 K value IS 0.17

RGB Variations

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

Color information

#D3414F (or 0xD3414F) is known color: Mandy. HEX triplet: D3, 41 and 4F. RGB value is (211,65,79). Sum of RGB (Red+Green+Blue) = 211+65+79=355 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.44% from 355); Green value is 65 (25.78% from 255 or 18.31% from 355); Blue value is 79 (31.25% from 255 or 22.25% from 355); Max value from RGB is 211 - color contains mainly: red. Hex color #D3414F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3414F is #2CBEB0. Grayscale: #6E6E6E. Windows color (decimal): -2932401 or 5194195. OLE color: 5194195.

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

Color convert

RGB 211 65 79 -
CMYK 0 0.69 0.63 0.17
HSL 354.25º 0.62% 0.54% -
HSV(B) 354.25º 0.69% 0.83% -
XYZ 30.17 18.19 9.32 -
YUV 110.25 110.37 199.86 -
System Red Green Blue C M Y K H S L
Decimal 211 65 79 0 0.69 0.63 0.17 354.25 0.62 0.54
Hex D3 41 4F 0 45 3F 11 162 3E 36
Octal 323 101 117 0 105 77 21 542 76 66
Binary 11010011 1000001 1001111 0 1000101 111111 10001 101100010 111110 110110

Color Harmonies of #D3414F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3414F

Black with #D3414F

Text Example


Text Example

White with #D3414F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3414F; }

 p { color: rgb(211,65,79); }

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

background-color css

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

 a { background-color: rgb(211,65,79); }

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

border-color css

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

 span { border-color: rgb(211,65,79); }

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