Html Css Color HEX #D44B5B Mandy

📋 copy color: '#D44B5B'

red 212 ◦ green 75 ◦ blue 91

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

Shades of Mandy #D44B5B

Tints of Mandy #D44B5B

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.84%

 BLUE value IS 91 (35.94% from 255) = 24.07%

R = 56.08%
G = 19.84%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#D44B5B (or 0xD44B5B) is known color: Mandy. HEX triplet: D4, 4B and 5B. RGB value is (212,75,91). Sum of RGB (Red+Green+Blue) = 212+75+91=378 (50% of max value = 765). Red value is 212 (83.20% from 255 or 56.08% from 378); Green value is 75 (29.69% from 255 or 19.84% from 378); Blue value is 91 (35.94% from 255 or 24.07% from 378); Max value from RGB is 212 - color contains mainly: red. Hex color #D44B5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44B5B is #2BB4A4. Grayscale: #757575. Windows color (decimal): -2864293 or 5983188. OLE color: 5983188.

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

Color convert

RGB 212 75 91 -
CMYK 0 0.65 0.57 0.17
HSL 352.99º 0.61% 0.56% -
HSV(B) 352.99º 0.65% 0.83% -
XYZ 31.56 19.78 12.05 -
YUV 117.79 112.89 195.2 -
System Red Green Blue C M Y K H S L
Decimal 212 75 91 0 0.65 0.57 0.17 352.99 0.61 0.56
Hex D4 4B 5B 0 41 39 11 161 3D 38
Octal 324 113 133 0 101 71 21 541 75 70
Binary 11010100 1001011 1011011 0 1000001 111001 10001 101100001 111101 111000

Color Harmonies of #D44B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44B5B

Black with #D44B5B

Text Example


Text Example

White with #D44B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44B5B; }

 p { color: rgb(212,75,91); }

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

background-color css

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

 a { background-color: rgb(212,75,91); }

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

border-color css

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

 span { border-color: rgb(212,75,91); }

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