Html Css Color HEX #D55F64 Mandy

📋 copy color: '#D55F64'

red 213 ◦ green 95 ◦ blue 100

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

Shades of Mandy #D55F64

Tints of Mandy #D55F64

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.28%

 BLUE value IS 100 (39.45% from 255) = 24.51%

R = 52.21%
G = 23.28%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D55F64 (or 0xD55F64) is known color: Mandy. HEX triplet: D5, 5F and 64. RGB value is (213,95,100). Sum of RGB (Red+Green+Blue) = 213+95+100=408 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.21% from 408); Green value is 95 (37.5% from 255 or 23.28% from 408); Blue value is 100 (39.45% from 255 or 24.51% from 408); Max value from RGB is 213 - color contains mainly: red. Hex color #D55F64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55F64 is #2AA09B. Grayscale: #828282. Windows color (decimal): -2793628 or 6578133. OLE color: 6578133.

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

Color convert

RGB 213 95 100 -
CMYK 0 0.55 0.53 0.16
HSL 357.46º 0.58% 0.6% -
HSV(B) 357.46º 0.55% 0.84% -
XYZ 33.83 23.25 14.76 -
YUV 130.85 110.59 186.59 -
System Red Green Blue C M Y K H S L
Decimal 213 95 100 0 0.55 0.53 0.16 357.46 0.58 0.6
Hex D5 5F 64 0 37 35 10 165 3A 3C
Octal 325 137 144 0 67 65 20 545 72 74
Binary 11010101 1011111 1100100 0 110111 110101 10000 101100101 111010 111100

Color Harmonies of #D55F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55F64

Black with #D55F64

Text Example


Text Example

White with #D55F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55F64; }

 p { color: rgb(213,95,100); }

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

background-color css

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

 a { background-color: rgb(213,95,100); }

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

border-color css

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

 span { border-color: rgb(213,95,100); }

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