Html Css Color HEX #D34348 Mandy

📋 copy color: '#D34348'

red 211 ◦ green 67 ◦ blue 72

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

Shades of Mandy #D34348

Tints of Mandy #D34348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.57%

R = 60.29%
G = 19.14%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#D34348 (or 0xD34348) is known color: Mandy. HEX triplet: D3, 43 and 48. RGB value is (211,67,72). Sum of RGB (Red+Green+Blue) = 211+67+72=350 (46% of max value = 765). Red value is 211 (82.81% from 255 or 60.29% from 350); Green value is 67 (26.56% from 255 or 19.14% from 350); Blue value is 72 (28.52% from 255 or 20.57% from 350); Max value from RGB is 211 - color contains mainly: red. Hex color #D34348 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D34348 is #2CBCB7. Grayscale: #6E6E6E. Windows color (decimal): -2931896 or 4735955. OLE color: 4735955.

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

Color convert

RGB 211 67 72 -
CMYK 0 0.68 0.66 0.17
HSL 357.92º 0.62% 0.55% -
HSV(B) 357.92º 0.68% 0.83% -
XYZ 30.04 18.33 8.09 -
YUV 110.63 106.21 199.59 -
System Red Green Blue C M Y K H S L
Decimal 211 67 72 0 0.68 0.66 0.17 357.92 0.62 0.55
Hex D3 43 48 0 44 42 11 166 3E 37
Octal 323 103 110 0 104 102 21 546 76 67
Binary 11010011 1000011 1001000 0 1000100 1000010 10001 101100110 111110 110111

Color Harmonies of #D34348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34348

Black with #D34348

Text Example


Text Example

White with #D34348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34348; }

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

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

background-color css

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

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

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

border-color css

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

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

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