Html Css Color HEX #D44158 Mandy

📋 copy color: '#D44158'

red 212 ◦ green 65 ◦ blue 88

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

Shades of Mandy #D44158

Tints of Mandy #D44158

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.81%

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

R = 58.08%
G = 17.81%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.58

 K value IS 0.17

RGB Variations

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

Color information

#D44158 (or 0xD44158) is known color: Mandy. HEX triplet: D4, 41 and 58. RGB value is (212,65,88). Sum of RGB (Red+Green+Blue) = 212+65+88=365 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.08% from 365); Green value is 65 (25.78% from 255 or 17.81% from 365); Blue value is 88 (34.77% from 255 or 24.11% from 365); Max value from RGB is 212 - color contains mainly: red. Hex color #D44158 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44158 is #2BBEA7. Grayscale: #6F6F6F. Windows color (decimal): -2866856 or 5784020. OLE color: 5784020.

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

Color convert

RGB 212 65 88 -
CMYK 0 0.69 0.58 0.17
HSL 350.61º 0.63% 0.54% -
HSV(B) 350.61º 0.69% 0.83% -
XYZ 30.8 18.48 11.18 -
YUV 111.58 114.7 199.63 -
System Red Green Blue C M Y K H S L
Decimal 212 65 88 0 0.69 0.58 0.17 350.61 0.63 0.54
Hex D4 41 58 0 45 3A 11 15F 3F 36
Octal 324 101 130 0 105 72 21 537 77 66
Binary 11010100 1000001 1011000 0 1000101 111010 10001 101011111 111111 110110

Color Harmonies of #D44158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44158

Black with #D44158

Text Example


Text Example

White with #D44158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44158; }

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

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

background-color css

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

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

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

border-color css

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

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

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