Html Css Color HEX #D34650 Mandy

📋 copy color: '#D34650'

red 211 ◦ green 70 ◦ blue 80

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

Shades of Mandy #D34650

Tints of Mandy #D34650

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.39%

 BLUE value IS 80 (31.64% from 255) = 22.16%

R = 58.45%
G = 19.39%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#D34650 (or 0xD34650) is known color: Mandy. HEX triplet: D3, 46 and 50. RGB value is (211,70,80). Sum of RGB (Red+Green+Blue) = 211+70+80=361 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.45% from 361); Green value is 70 (27.73% from 255 or 19.39% from 361); Blue value is 80 (31.64% from 255 or 22.16% from 361); Max value from RGB is 211 - color contains mainly: red. Hex color #D34650 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34650 is #2CB9AF. Grayscale: #717171. Windows color (decimal): -2931120 or 5261011. OLE color: 5261011.

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

Color convert

RGB 211 70 80 -
CMYK 0 0.67 0.62 0.17
HSL 355.74º 0.62% 0.55% -
HSV(B) 355.74º 0.67% 0.83% -
XYZ 30.5 18.81 9.61 -
YUV 113.3 109.21 197.69 -
System Red Green Blue C M Y K H S L
Decimal 211 70 80 0 0.67 0.62 0.17 355.74 0.62 0.55
Hex D3 46 50 0 43 3E 11 164 3E 37
Octal 323 106 120 0 103 76 21 544 76 67
Binary 11010011 1000110 1010000 0 1000011 111110 10001 101100100 111110 110111

Color Harmonies of #D34650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34650

Black with #D34650

Text Example


Text Example

White with #D34650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34650; }

 p { color: rgb(211,70,80); }

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

background-color css

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

 a { background-color: rgb(211,70,80); }

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

border-color css

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

 span { border-color: rgb(211,70,80); }

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