Html Css Color HEX #D54251 Mandy

📋 copy color: '#D54251'

red 213 ◦ green 66 ◦ blue 81

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

Shades of Mandy #D54251

Tints of Mandy #D54251

RGB

 RED value IS 213 (83.59% from 255) = 59.17%

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

 BLUE value IS 81 (32.03% from 255) = 22.5%

R = 59.17%
G = 18.33%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D54251 (or 0xD54251) is known color: Mandy. HEX triplet: D5, 42 and 51. RGB value is (213,66,81). Sum of RGB (Red+Green+Blue) = 213+66+81=360 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.17% from 360); Green value is 66 (26.17% from 255 or 18.33% from 360); Blue value is 81 (32.03% from 255 or 22.5% from 360); Max value from RGB is 213 - color contains mainly: red. Hex color #D54251 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54251 is #2ABDAE. Grayscale: #6F6F6F. Windows color (decimal): -2801071 or 5325525. OLE color: 5325525.

HSL color Cylindrical-coordinate representation of color #D54251: hue angle of 353.88º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D54251 is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 66 81 -
CMYK 0 0.69 0.62 0.16
HSL 353.88º 0.64% 0.55% -
HSV(B) 353.88º 0.69% 0.84% -
XYZ 30.87 18.64 9.75 -
YUV 111.66 110.7 200.28 -
System Red Green Blue C M Y K H S L
Decimal 213 66 81 0 0.69 0.62 0.16 353.88 0.64 0.55
Hex D5 42 51 0 45 3E 10 162 40 37
Octal 325 102 121 0 105 76 20 542 100 67
Binary 11010101 1000010 1010001 0 1000101 111110 10000 101100010 1000000 110111

Color Harmonies of #D54251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54251

Black with #D54251

Text Example


Text Example

White with #D54251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54251; }

 p { color: rgb(213,66,81); }

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

background-color css

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

 a { background-color: rgb(213,66,81); }

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

border-color css

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

 span { border-color: rgb(213,66,81); }

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