Html Css Color HEX #D34E5E Mandy

📋 copy color: '#D34E5E'

red 211 ◦ green 78 ◦ blue 94

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

Shades of Mandy #D34E5E

Tints of Mandy #D34E5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 24.54%

R = 55.09%
G = 20.37%
B = 24.54%

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

#D34E5E (or 0xD34E5E) is known color: Mandy. HEX triplet: D3, 4E and 5E. RGB value is (211,78,94). Sum of RGB (Red+Green+Blue) = 211+78+94=383 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.09% from 383); Green value is 78 (30.86% from 255 or 20.37% from 383); Blue value is 94 (37.11% from 255 or 24.54% from 383); Max value from RGB is 211 - color contains mainly: red. Hex color #D34E5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D34E5E is #2CB1A1. Grayscale: #777777. Windows color (decimal): -2929058 or 6180563. OLE color: 6180563.

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

Color convert

RGB 211 78 94 -
CMYK 0 0.63 0.55 0.17
HSL 352.78º 0.6% 0.57% -
HSV(B) 352.78º 0.63% 0.83% -
XYZ 31.61 20.11 12.8 -
YUV 119.59 113.56 193.2 -
System Red Green Blue C M Y K H S L
Decimal 211 78 94 0 0.63 0.55 0.17 352.78 0.6 0.57
Hex D3 4E 5E 0 3F 37 11 161 3C 39
Octal 323 116 136 0 77 67 21 541 74 71
Binary 11010011 1001110 1011110 0 111111 110111 10001 101100001 111100 111001

Color Harmonies of #D34E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34E5E

Black with #D34E5E

Text Example


Text Example

White with #D34E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34E5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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