Html Css Color HEX #D54252 Mandy

📋 copy color: '#D54252'

red 213 ◦ green 66 ◦ blue 82

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

Shades of Mandy #D54252

Tints of Mandy #D54252

RGB

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

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

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

R = 59%
G = 18.28%
B = 22.71%

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

#D54252 (or 0xD54252) is known color: Mandy. HEX triplet: D5, 42 and 52. RGB value is (213,66,82). Sum of RGB (Red+Green+Blue) = 213+66+82=361 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.00% from 361); Green value is 66 (26.17% from 255 or 18.28% from 361); Blue value is 82 (32.42% from 255 or 22.71% from 361); Max value from RGB is 213 - color contains mainly: red. Hex color #D54252 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54252 is #2ABDAD. Grayscale: #6F6F6F. Windows color (decimal): -2801070 or 5391061. OLE color: 5391061.

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

Color convert

RGB 213 66 82 -
CMYK 0 0.69 0.62 0.16
HSL 353.47º 0.64% 0.55% -
HSV(B) 353.47º 0.69% 0.84% -
XYZ 30.91 18.65 9.95 -
YUV 111.78 111.2 200.2 -
System Red Green Blue C M Y K H S L
Decimal 213 66 82 0 0.69 0.62 0.16 353.47 0.64 0.55
Hex D5 42 52 0 45 3E 10 161 40 37
Octal 325 102 122 0 105 76 20 541 100 67
Binary 11010101 1000010 1010010 0 1000101 111110 10000 101100001 1000000 110111

Color Harmonies of #D54252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54252

Black with #D54252

Text Example


Text Example

White with #D54252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54252; }

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

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

background-color css

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

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

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

border-color css

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

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

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