Html Css Color HEX #D6535D Mandy

📋 copy color: '#D6535D'

red 214 ◦ green 83 ◦ blue 93

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

Shades of Mandy #D6535D

Tints of Mandy #D6535D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.28%

 BLUE value IS 93 (36.72% from 255) = 23.85%

R = 54.87%
G = 21.28%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D6535D (or 0xD6535D) is known color: Mandy. HEX triplet: D6, 53 and 5D. RGB value is (214,83,93). Sum of RGB (Red+Green+Blue) = 214+83+93=390 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.87% from 390); Green value is 83 (32.81% from 255 or 21.28% from 390); Blue value is 93 (36.72% from 255 or 23.85% from 390); Max value from RGB is 214 - color contains mainly: red. Hex color #D6535D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6535D is #29ACA2. Grayscale: #7B7B7B. Windows color (decimal): -2731171 or 6116310. OLE color: 6116310.

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

Color convert

RGB 214 83 93 -
CMYK 0 0.61 0.57 0.16
HSL 355.42º 0.62% 0.58% -
HSV(B) 355.42º 0.61% 0.84% -
XYZ 32.8 21.27 12.73 -
YUV 123.31 110.9 192.69 -
System Red Green Blue C M Y K H S L
Decimal 214 83 93 0 0.61 0.57 0.16 355.42 0.62 0.58
Hex D6 53 5D 0 3D 39 10 163 3E 3A
Octal 326 123 135 0 75 71 20 543 76 72
Binary 11010110 1010011 1011101 0 111101 111001 10000 101100011 111110 111010

Color Harmonies of #D6535D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6535D

Black with #D6535D

Text Example


Text Example

White with #D6535D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6535D; }

 p { color: rgb(214,83,93); }

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

background-color css

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

 a { background-color: rgb(214,83,93); }

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

border-color css

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

 span { border-color: rgb(214,83,93); }

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