Html Css Color HEX #D5445C Mandy

📋 copy color: '#D5445C'

red 213 ◦ green 68 ◦ blue 92

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

Shades of Mandy #D5445C

Tints of Mandy #D5445C

RGB

 RED value IS 213 (83.59% from 255) = 57.1%

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

 BLUE value IS 92 (36.33% from 255) = 24.66%

R = 57.1%
G = 18.23%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D5445C (or 0xD5445C) is known color: Mandy. HEX triplet: D5, 44 and 5C. RGB value is (213,68,92). Sum of RGB (Red+Green+Blue) = 213+68+92=373 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.10% from 373); Green value is 68 (26.95% from 255 or 18.23% from 373); Blue value is 92 (36.33% from 255 or 24.66% from 373); Max value from RGB is 213 - color contains mainly: red. Hex color #D5445C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5445C is #2ABBA3. Grayscale: #727272. Windows color (decimal): -2800548 or 6046933. OLE color: 6046933.

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

Color convert

RGB 213 68 92 -
CMYK 0 0.68 0.57 0.16
HSL 350.07º 0.63% 0.55% -
HSV(B) 350.07º 0.68% 0.84% -
XYZ 31.44 19.05 12.15 -
YUV 114.09 115.54 198.55 -
System Red Green Blue C M Y K H S L
Decimal 213 68 92 0 0.68 0.57 0.16 350.07 0.63 0.55
Hex D5 44 5C 0 44 39 10 15E 3F 37
Octal 325 104 134 0 104 71 20 536 77 67
Binary 11010101 1000100 1011100 0 1000100 111001 10000 101011110 111111 110111

Color Harmonies of #D5445C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5445C

Black with #D5445C

Text Example


Text Example

White with #D5445C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5445C; }

 p { color: rgb(213,68,92); }

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

background-color css

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

 a { background-color: rgb(213,68,92); }

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

border-color css

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

 span { border-color: rgb(213,68,92); }

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