Html Css Color HEX #D2445A Mandy

📋 copy color: '#D2445A'

red 210 ◦ green 68 ◦ blue 90

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

Shades of Mandy #D2445A

Tints of Mandy #D2445A

RGB

 RED value IS 210 (82.42% from 255) = 57.07%

 GREEN value IS 68 (26.95% from 255) = 18.48%

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

R = 57.07%
G = 18.48%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D2445A (or 0xD2445A) is known color: Mandy. HEX triplet: D2, 44 and 5A. RGB value is (210,68,90). Sum of RGB (Red+Green+Blue) = 210+68+90=368 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.07% from 368); Green value is 68 (26.95% from 255 or 18.48% from 368); Blue value is 90 (35.55% from 255 or 24.46% from 368); Max value from RGB is 210 - color contains mainly: red. Hex color #D2445A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2445A is #2DBBA5. Grayscale: #717171. Windows color (decimal): -2997158 or 5915858. OLE color: 5915858.

HSL color Cylindrical-coordinate representation of color #D2445A: hue angle of 350.7º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D2445A is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 68 90 -
CMYK 0 0.68 0.57 0.18
HSL 350.7º 0.61% 0.55% -
HSV(B) 350.7º 0.68% 0.82% -
XYZ 30.49 18.57 11.65 -
YUV 112.97 115.04 197.21 -
System Red Green Blue C M Y K H S L
Decimal 210 68 90 0 0.68 0.57 0.18 350.7 0.61 0.55
Hex D2 44 5A 0 44 39 12 15F 3D 37
Octal 322 104 132 0 104 71 22 537 75 67
Binary 11010010 1000100 1011010 0 1000100 111001 10010 101011111 111101 110111

Color Harmonies of #D2445A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2445A

Black with #D2445A

Text Example


Text Example

White with #D2445A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2445A; }

 p { color: rgb(210,68,90); }

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

background-color css

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

 a { background-color: rgb(210,68,90); }

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

border-color css

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

 span { border-color: rgb(210,68,90); }

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