Html Css Color HEX #D45058 Mandy

📋 copy color: '#D45058'

red 212 ◦ green 80 ◦ blue 88

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

Shades of Mandy #D45058

Tints of Mandy #D45058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 23.16%

R = 55.79%
G = 21.05%
B = 23.16%

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

#D45058 (or 0xD45058) is known color: Mandy. HEX triplet: D4, 50 and 58. RGB value is (212,80,88). Sum of RGB (Red+Green+Blue) = 212+80+88=380 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.79% from 380); Green value is 80 (31.64% from 255 or 21.05% from 380); Blue value is 88 (34.77% from 255 or 23.16% from 380); Max value from RGB is 212 - color contains mainly: red. Hex color #D45058 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45058 is #2BAFA7. Grayscale: #787878. Windows color (decimal): -2863016 or 5787860. OLE color: 5787860.

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

Color convert

RGB 212 80 88 -
CMYK 0 0.62 0.58 0.17
HSL 356.36º 0.61% 0.57% -
HSV(B) 356.36º 0.62% 0.83% -
XYZ 31.78 20.44 11.5 -
YUV 120.38 109.73 193.35 -
System Red Green Blue C M Y K H S L
Decimal 212 80 88 0 0.62 0.58 0.17 356.36 0.61 0.57
Hex D4 50 58 0 3E 3A 11 164 3D 39
Octal 324 120 130 0 76 72 21 544 75 71
Binary 11010100 1010000 1011000 0 111110 111010 10001 101100100 111101 111001

Color Harmonies of #D45058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45058

Black with #D45058

Text Example


Text Example

White with #D45058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45058; }

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

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

background-color css

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

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

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

border-color css

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

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

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