Html Css Color HEX #D54253 Mandy

📋 copy color: '#D54253'

red 213 ◦ green 66 ◦ blue 83

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

Shades of Mandy #D54253

Tints of Mandy #D54253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.93%

R = 58.84%
G = 18.23%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D54253 (or 0xD54253) is known color: Mandy. HEX triplet: D5, 42 and 53. RGB value is (213,66,83). Sum of RGB (Red+Green+Blue) = 213+66+83=362 (47% of max value = 765). Red value is 213 (83.59% from 255 or 58.84% from 362); Green value is 66 (26.17% from 255 or 18.23% from 362); Blue value is 83 (32.81% from 255 or 22.93% from 362); Max value from RGB is 213 - color contains mainly: red. Hex color #D54253 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54253 is #2ABDAC. Grayscale: #6F6F6F. Windows color (decimal): -2801069 or 5456597. OLE color: 5456597.

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

Color convert

RGB 213 66 83 -
CMYK 0 0.69 0.61 0.16
HSL 353.06º 0.64% 0.55% -
HSV(B) 353.06º 0.69% 0.84% -
XYZ 30.95 18.67 10.16 -
YUV 111.89 111.7 200.12 -
System Red Green Blue C M Y K H S L
Decimal 213 66 83 0 0.69 0.61 0.16 353.06 0.64 0.55
Hex D5 42 53 0 45 3D 10 161 40 37
Octal 325 102 123 0 105 75 20 541 100 67
Binary 11010101 1000010 1010011 0 1000101 111101 10000 101100001 1000000 110111

Color Harmonies of #D54253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54253

Black with #D54253

Text Example


Text Example

White with #D54253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54253; }

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

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

background-color css

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

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

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

border-color css

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

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

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