Html Css Color HEX #D34153 Mandy

📋 copy color: '#D34153'

red 211 ◦ green 65 ◦ blue 83

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

Shades of Mandy #D34153

Tints of Mandy #D34153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 23.12%

R = 58.77%
G = 18.11%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#D34153 (or 0xD34153) is known color: Mandy. HEX triplet: D3, 41 and 53. RGB value is (211,65,83). Sum of RGB (Red+Green+Blue) = 211+65+83=359 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.77% from 359); Green value is 65 (25.78% from 255 or 18.11% from 359); Blue value is 83 (32.81% from 255 or 23.12% from 359); Max value from RGB is 211 - color contains mainly: red. Hex color #D34153 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34153 is #2CBEAC. Grayscale: #6E6E6E. Windows color (decimal): -2932397 or 5456339. OLE color: 5456339.

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

Color convert

RGB 211 65 83 -
CMYK 0 0.69 0.61 0.17
HSL 352.6º 0.62% 0.54% -
HSV(B) 352.6º 0.69% 0.83% -
XYZ 30.32 18.25 10.11 -
YUV 110.71 112.37 199.54 -
System Red Green Blue C M Y K H S L
Decimal 211 65 83 0 0.69 0.61 0.17 352.6 0.62 0.54
Hex D3 41 53 0 45 3D 11 161 3E 36
Octal 323 101 123 0 105 75 21 541 76 66
Binary 11010011 1000001 1010011 0 1000101 111101 10001 101100001 111110 110110

Color Harmonies of #D34153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34153

Black with #D34153

Text Example


Text Example

White with #D34153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34153; }

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

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

background-color css

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

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

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

border-color css

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

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

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