Html Css Color HEX #D6565C Mandy

📋 copy color: '#D6565C'

red 214 ◦ green 86 ◦ blue 92

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

Shades of Mandy #D6565C

Tints of Mandy #D6565C

RGB

 RED value IS 214 (83.98% from 255) = 54.59%

 GREEN value IS 86 (33.98% from 255) = 21.94%

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

R = 54.59%
G = 21.94%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D6565C (or 0xD6565C) is known color: Mandy. HEX triplet: D6, 56 and 5C. RGB value is (214,86,92). Sum of RGB (Red+Green+Blue) = 214+86+92=392 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.59% from 392); Green value is 86 (33.98% from 255 or 21.94% from 392); Blue value is 92 (36.33% from 255 or 23.47% from 392); Max value from RGB is 214 - color contains mainly: red. Hex color #D6565C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6565C is #29A9A3. Grayscale: #7D7D7D. Windows color (decimal): -2730404 or 6051542. OLE color: 6051542.

HSL color Cylindrical-coordinate representation of color #D6565C: hue angle of 357.19º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D6565C is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 86 92 -
CMYK 0 0.60 0.57 0.16
HSL 357.19º 0.61% 0.59% -
HSV(B) 357.19º 0.6% 0.84% -
XYZ 32.99 21.72 12.58 -
YUV 124.96 109.41 191.51 -
System Red Green Blue C M Y K H S L
Decimal 214 86 92 0 0.60 0.57 0.16 357.19 0.61 0.59
Hex D6 56 5C 0 3C 39 10 165 3D 3B
Octal 326 126 134 0 74 71 20 545 75 73
Binary 11010110 1010110 1011100 0 111100 111001 10000 101100101 111101 111011

Color Harmonies of #D6565C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6565C

Black with #D6565C

Text Example


Text Example

White with #D6565C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6565C; }

 p { color: rgb(214,86,92); }

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

background-color css

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

 a { background-color: rgb(214,86,92); }

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

border-color css

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

 span { border-color: rgb(214,86,92); }

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