Html Css Color HEX #D34E5F Mandy

📋 copy color: '#D34E5F'

red 211 ◦ green 78 ◦ blue 95

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

Shades of Mandy #D34E5F

Tints of Mandy #D34E5F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.31%

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

R = 54.95%
G = 20.31%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#D34E5F (or 0xD34E5F) is known color: Mandy. HEX triplet: D3, 4E and 5F. RGB value is (211,78,95). Sum of RGB (Red+Green+Blue) = 211+78+95=384 (50% of max value = 765). Red value is 211 (82.81% from 255 or 54.95% from 384); Green value is 78 (30.86% from 255 or 20.31% from 384); Blue value is 95 (37.5% from 255 or 24.74% from 384); Max value from RGB is 211 - color contains mainly: red. Hex color #D34E5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D34E5F is #2CB1A0. Grayscale: #777777. Windows color (decimal): -2929057 or 6246099. OLE color: 6246099.

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

Color convert

RGB 211 78 95 -
CMYK 0 0.63 0.55 0.17
HSL 352.33º 0.6% 0.57% -
HSV(B) 352.33º 0.63% 0.83% -
XYZ 31.65 20.12 13.04 -
YUV 119.71 114.06 193.12 -
System Red Green Blue C M Y K H S L
Decimal 211 78 95 0 0.63 0.55 0.17 352.33 0.6 0.57
Hex D3 4E 5F 0 3F 37 11 160 3C 39
Octal 323 116 137 0 77 67 21 540 74 71
Binary 11010011 1001110 1011111 0 111111 110111 10001 101100000 111100 111001

Color Harmonies of #D34E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34E5F

Black with #D34E5F

Text Example


Text Example

White with #D34E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34E5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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