Html Css Color HEX #D3414E Mandy

📋 copy color: '#D3414E'

red 211 ◦ green 65 ◦ blue 78

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

Shades of Mandy #D3414E

Tints of Mandy #D3414E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 22.03%

R = 59.6%
G = 18.36%
B = 22.03%

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

#D3414E (or 0xD3414E) is known color: Mandy. HEX triplet: D3, 41 and 4E. RGB value is (211,65,78). Sum of RGB (Red+Green+Blue) = 211+65+78=354 (46% of max value = 765). Red value is 211 (82.81% from 255 or 59.60% from 354); Green value is 65 (25.78% from 255 or 18.36% from 354); Blue value is 78 (30.86% from 255 or 22.03% from 354); Max value from RGB is 211 - color contains mainly: red. Hex color #D3414E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3414E is #2CBEB1. Grayscale: #6E6E6E. Windows color (decimal): -2932402 or 5128659. OLE color: 5128659.

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

Color convert

RGB 211 65 78 -
CMYK 0 0.69 0.63 0.17
HSL 354.66º 0.62% 0.54% -
HSV(B) 354.66º 0.69% 0.83% -
XYZ 30.13 18.18 9.13 -
YUV 110.14 109.87 199.94 -
System Red Green Blue C M Y K H S L
Decimal 211 65 78 0 0.69 0.63 0.17 354.66 0.62 0.54
Hex D3 41 4E 0 45 3F 11 163 3E 36
Octal 323 101 116 0 105 77 21 543 76 66
Binary 11010011 1000001 1001110 0 1000101 111111 10001 101100011 111110 110110

Color Harmonies of #D3414E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3414E

Black with #D3414E

Text Example


Text Example

White with #D3414E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3414E; }

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

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

background-color css

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

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

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

border-color css

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

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

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