Html Css Color HEX #D34250 Mandy

📋 copy color: '#D34250'

red 211 ◦ green 66 ◦ blue 80

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

Shades of Mandy #D34250

Tints of Mandy #D34250

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.49%

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

R = 59.1%
G = 18.49%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#D34250 (or 0xD34250) is known color: Mandy. HEX triplet: D3, 42 and 50. RGB value is (211,66,80). Sum of RGB (Red+Green+Blue) = 211+66+80=357 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.10% from 357); Green value is 66 (26.17% from 255 or 18.49% from 357); Blue value is 80 (31.64% from 255 or 22.41% from 357); Max value from RGB is 211 - color contains mainly: red. Hex color #D34250 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34250 is #2CBDAF. Grayscale: #6F6F6F. Windows color (decimal): -2932144 or 5259987. OLE color: 5259987.

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

Color convert

RGB 211 66 80 -
CMYK 0 0.69 0.62 0.17
HSL 354.21º 0.62% 0.54% -
HSV(B) 354.21º 0.69% 0.83% -
XYZ 30.26 18.32 9.53 -
YUV 110.95 110.54 199.36 -
System Red Green Blue C M Y K H S L
Decimal 211 66 80 0 0.69 0.62 0.17 354.21 0.62 0.54
Hex D3 42 50 0 45 3E 11 162 3E 36
Octal 323 102 120 0 105 76 21 542 76 66
Binary 11010011 1000010 1010000 0 1000101 111110 10001 101100010 111110 110110

Color Harmonies of #D34250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34250

Black with #D34250

Text Example


Text Example

White with #D34250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34250; }

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

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

background-color css

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

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

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

border-color css

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

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

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