Html Css Color HEX #D54052 Mandy

📋 copy color: '#D54052'

red 213 ◦ green 64 ◦ blue 82

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

Shades of Mandy #D54052

Tints of Mandy #D54052

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.83%

 BLUE value IS 82 (32.42% from 255) = 22.84%

R = 59.33%
G = 17.83%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D54052 (or 0xD54052) is known color: Mandy. HEX triplet: D5, 40 and 52. RGB value is (213,64,82). Sum of RGB (Red+Green+Blue) = 213+64+82=359 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.33% from 359); Green value is 64 (25.39% from 255 or 17.83% from 359); Blue value is 82 (32.42% from 255 or 22.84% from 359); Max value from RGB is 213 - color contains mainly: red. Hex color #D54052 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54052 is #2ABFAD. Grayscale: #6E6E6E. Windows color (decimal): -2801582 or 5390549. OLE color: 5390549.

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

Color convert

RGB 213 64 82 -
CMYK 0 0.70 0.62 0.16
HSL 352.75º 0.64% 0.54% -
HSV(B) 352.75º 0.7% 0.84% -
XYZ 30.8 18.42 9.92 -
YUV 110.6 111.86 201.04 -
System Red Green Blue C M Y K H S L
Decimal 213 64 82 0 0.70 0.62 0.16 352.75 0.64 0.54
Hex D5 40 52 0 46 3E 10 161 40 36
Octal 325 100 122 0 106 76 20 541 100 66
Binary 11010101 1000000 1010010 0 1000110 111110 10000 101100001 1000000 110110

Color Harmonies of #D54052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54052

Black with #D54052

Text Example


Text Example

White with #D54052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54052; }

 p { color: rgb(213,64,82); }

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

background-color css

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

 a { background-color: rgb(213,64,82); }

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

border-color css

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

 span { border-color: rgb(213,64,82); }

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