Html Css Color HEX #D34158 Mandy

📋 copy color: '#D34158'

red 211 ◦ green 65 ◦ blue 88

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

Shades of Mandy #D34158

Tints of Mandy #D34158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 24.18%

R = 57.97%
G = 17.86%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.58

 K value IS 0.17

RGB Variations

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

Color information

#D34158 (or 0xD34158) is known color: Mandy. HEX triplet: D3, 41 and 58. RGB value is (211,65,88). Sum of RGB (Red+Green+Blue) = 211+65+88=364 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.97% from 364); Green value is 65 (25.78% from 255 or 17.86% from 364); Blue value is 88 (34.77% from 255 or 24.18% from 364); Max value from RGB is 211 - color contains mainly: red. Hex color #D34158 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34158 is #2CBEA7. Grayscale: #6F6F6F. Windows color (decimal): -2932392 or 5784019. OLE color: 5784019.

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

Color convert

RGB 211 65 88 -
CMYK 0 0.69 0.58 0.17
HSL 350.55º 0.62% 0.54% -
HSV(B) 350.55º 0.69% 0.83% -
XYZ 30.52 18.33 11.16 -
YUV 111.28 114.87 199.13 -
System Red Green Blue C M Y K H S L
Decimal 211 65 88 0 0.69 0.58 0.17 350.55 0.62 0.54
Hex D3 41 58 0 45 3A 11 15F 3E 36
Octal 323 101 130 0 105 72 21 537 76 66
Binary 11010011 1000001 1011000 0 1000101 111010 10001 101011111 111110 110110

Color Harmonies of #D34158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34158

Black with #D34158

Text Example


Text Example

White with #D34158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34158; }

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

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

background-color css

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

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

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

border-color css

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

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

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