Html Css Color HEX #D55F66 Mandy

📋 copy color: '#D55F66'

red 213 ◦ green 95 ◦ blue 102

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

Shades of Mandy #D55F66

Tints of Mandy #D55F66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 24.88%

R = 51.95%
G = 23.17%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D55F66 (or 0xD55F66) is known color: Mandy. HEX triplet: D5, 5F and 66. RGB value is (213,95,102). Sum of RGB (Red+Green+Blue) = 213+95+102=410 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.95% from 410); Green value is 95 (37.5% from 255 or 23.17% from 410); Blue value is 102 (40.23% from 255 or 24.88% from 410); Max value from RGB is 213 - color contains mainly: red. Hex color #D55F66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55F66 is #2AA099. Grayscale: #838383. Windows color (decimal): -2793626 or 6709205. OLE color: 6709205.

HSL color Cylindrical-coordinate representation of color #D55F66: hue angle of 356.44º 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 #D55F66 is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 95 102 -
CMYK 0 0.55 0.52 0.16
HSL 356.44º 0.58% 0.6% -
HSV(B) 356.44º 0.55% 0.84% -
XYZ 33.93 23.29 15.28 -
YUV 131.08 111.59 186.43 -
System Red Green Blue C M Y K H S L
Decimal 213 95 102 0 0.55 0.52 0.16 356.44 0.58 0.6
Hex D5 5F 66 0 37 34 10 164 3A 3C
Octal 325 137 146 0 67 64 20 544 72 74
Binary 11010101 1011111 1100110 0 110111 110100 10000 101100100 111010 111100

Color Harmonies of #D55F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55F66

Black with #D55F66

Text Example


Text Example

White with #D55F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55F66; }

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

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

background-color css

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

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

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

border-color css

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

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

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