Html Css Color HEX #D5455A Mandy

📋 copy color: '#D5455A'

red 213 ◦ green 69 ◦ blue 90

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

Shades of Mandy #D5455A

Tints of Mandy #D5455A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.55%

 BLUE value IS 90 (35.55% from 255) = 24.19%

R = 57.26%
G = 18.55%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D5455A (or 0xD5455A) is known color: Mandy. HEX triplet: D5, 45 and 5A. RGB value is (213,69,90). Sum of RGB (Red+Green+Blue) = 213+69+90=372 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.26% from 372); Green value is 69 (27.34% from 255 or 18.55% from 372); Blue value is 90 (35.55% from 255 or 24.19% from 372); Max value from RGB is 213 - color contains mainly: red. Hex color #D5455A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5455A is #2ABAA5. Grayscale: #727272. Windows color (decimal): -2800294 or 5916117. OLE color: 5916117.

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

Color convert

RGB 213 69 90 -
CMYK 0 0.68 0.58 0.16
HSL 351.25º 0.63% 0.55% -
HSV(B) 351.25º 0.68% 0.84% -
XYZ 31.41 19.14 11.71 -
YUV 114.45 114.21 198.29 -
System Red Green Blue C M Y K H S L
Decimal 213 69 90 0 0.68 0.58 0.16 351.25 0.63 0.55
Hex D5 45 5A 0 44 3A 10 15F 3F 37
Octal 325 105 132 0 104 72 20 537 77 67
Binary 11010101 1000101 1011010 0 1000100 111010 10000 101011111 111111 110111

Color Harmonies of #D5455A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5455A

Black with #D5455A

Text Example


Text Example

White with #D5455A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5455A; }

 p { color: rgb(213,69,90); }

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

background-color css

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

 a { background-color: rgb(213,69,90); }

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

border-color css

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

 span { border-color: rgb(213,69,90); }

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