Html Css Color HEX #D4505A Mandy

📋 copy color: '#D4505A'

red 212 ◦ green 80 ◦ blue 90

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

Shades of Mandy #D4505A

Tints of Mandy #D4505A

RGB

 RED value IS 212 (83.2% from 255) = 55.5%

 GREEN value IS 80 (31.64% from 255) = 20.94%

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

R = 55.5%
G = 20.94%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.58

 K value IS 0.17

RGB Variations

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

Color information

#D4505A (or 0xD4505A) is known color: Mandy. HEX triplet: D4, 50 and 5A. RGB value is (212,80,90). Sum of RGB (Red+Green+Blue) = 212+80+90=382 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.50% from 382); Green value is 80 (31.64% from 255 or 20.94% from 382); Blue value is 90 (35.55% from 255 or 23.56% from 382); Max value from RGB is 212 - color contains mainly: red. Hex color #D4505A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4505A is #2BAFA5. Grayscale: #787878. Windows color (decimal): -2863014 or 5918932. OLE color: 5918932.

HSL color Cylindrical-coordinate representation of color #D4505A: hue angle of 355.45º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D4505A is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 80 90 -
CMYK 0 0.62 0.58 0.17
HSL 355.45º 0.61% 0.57% -
HSV(B) 355.45º 0.62% 0.83% -
XYZ 31.87 20.47 11.94 -
YUV 120.61 110.73 193.19 -
System Red Green Blue C M Y K H S L
Decimal 212 80 90 0 0.62 0.58 0.17 355.45 0.61 0.57
Hex D4 50 5A 0 3E 3A 11 163 3D 39
Octal 324 120 132 0 76 72 21 543 75 71
Binary 11010100 1010000 1011010 0 111110 111010 10001 101100011 111101 111001

Color Harmonies of #D4505A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4505A

Black with #D4505A

Text Example


Text Example

White with #D4505A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4505A; }

 p { color: rgb(212,80,90); }

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

background-color css

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

 a { background-color: rgb(212,80,90); }

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

border-color css

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

 span { border-color: rgb(212,80,90); }

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