Html Css Color HEX #D34349 Mandy

📋 copy color: '#D34349'

red 211 ◦ green 67 ◦ blue 73

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

Shades of Mandy #D34349

Tints of Mandy #D34349

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.09%

 BLUE value IS 73 (28.91% from 255) = 20.8%

R = 60.11%
G = 19.09%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#D34349 (or 0xD34349) is known color: Mandy. HEX triplet: D3, 43 and 49. RGB value is (211,67,73). Sum of RGB (Red+Green+Blue) = 211+67+73=351 (46% of max value = 765). Red value is 211 (82.81% from 255 or 60.11% from 351); Green value is 67 (26.56% from 255 or 19.09% from 351); Blue value is 73 (28.91% from 255 or 20.80% from 351); Max value from RGB is 211 - color contains mainly: red. Hex color #D34349 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D34349 is #2CBCB6. Grayscale: #6E6E6E. Windows color (decimal): -2931895 or 4801491. OLE color: 4801491.

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

Color convert

RGB 211 67 73 -
CMYK 0 0.68 0.65 0.17
HSL 357.5º 0.62% 0.55% -
HSV(B) 357.5º 0.68% 0.83% -
XYZ 30.07 18.34 8.26 -
YUV 110.74 106.71 199.51 -
System Red Green Blue C M Y K H S L
Decimal 211 67 73 0 0.68 0.65 0.17 357.5 0.62 0.55
Hex D3 43 49 0 44 41 11 166 3E 37
Octal 323 103 111 0 104 101 21 546 76 67
Binary 11010011 1000011 1001001 0 1000100 1000001 10001 101100110 111110 110111

Color Harmonies of #D34349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34349

Black with #D34349

Text Example


Text Example

White with #D34349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34349; }

 p { color: rgb(211,67,73); }

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

background-color css

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

 a { background-color: rgb(211,67,73); }

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

border-color css

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

 span { border-color: rgb(211,67,73); }

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