Html Css Color HEX #D34052 Mandy

📋 copy color: '#D34052'

red 211 ◦ green 64 ◦ blue 82

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

Shades of Mandy #D34052

Tints of Mandy #D34052

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.93%

 BLUE value IS 82 (32.42% from 255) = 22.97%

R = 59.1%
G = 17.93%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#D34052 (or 0xD34052) is known color: Mandy. HEX triplet: D3, 40 and 52. RGB value is (211,64,82). Sum of RGB (Red+Green+Blue) = 211+64+82=357 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.10% from 357); Green value is 64 (25.39% from 255 or 17.93% from 357); Blue value is 82 (32.42% from 255 or 22.97% from 357); Max value from RGB is 211 - color contains mainly: red. Hex color #D34052 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34052 is #2CBFAD. Grayscale: #6E6E6E. Windows color (decimal): -2932654 or 5390547. OLE color: 5390547.

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

Color convert

RGB 211 64 82 -
CMYK 0 0.70 0.61 0.17
HSL 352.65º 0.63% 0.54% -
HSV(B) 352.65º 0.7% 0.83% -
XYZ 30.22 18.12 9.89 -
YUV 110.01 112.2 200.04 -
System Red Green Blue C M Y K H S L
Decimal 211 64 82 0 0.70 0.61 0.17 352.65 0.63 0.54
Hex D3 40 52 0 46 3D 11 161 3F 36
Octal 323 100 122 0 106 75 21 541 77 66
Binary 11010011 1000000 1010010 0 1000110 111101 10001 101100001 111111 110110

Color Harmonies of #D34052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34052

Black with #D34052

Text Example


Text Example

White with #D34052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34052; }

 p { color: rgb(211,64,82); }

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

background-color css

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

 a { background-color: rgb(211,64,82); }

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

border-color css

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

 span { border-color: rgb(211,64,82); }

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