Html Css Color HEX #D6535F Mandy

📋 copy color: '#D6535F'

red 214 ◦ green 83 ◦ blue 95

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

Shades of Mandy #D6535F

Tints of Mandy #D6535F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.23%

R = 54.59%
G = 21.17%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D6535F (or 0xD6535F) is known color: Mandy. HEX triplet: D6, 53 and 5F. RGB value is (214,83,95). Sum of RGB (Red+Green+Blue) = 214+83+95=392 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.59% from 392); Green value is 83 (32.81% from 255 or 21.17% from 392); Blue value is 95 (37.5% from 255 or 24.23% from 392); Max value from RGB is 214 - color contains mainly: red. Hex color #D6535F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6535F is #29ACA0. Grayscale: #7B7B7B. Windows color (decimal): -2731169 or 6247382. OLE color: 6247382.

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

Color convert

RGB 214 83 95 -
CMYK 0 0.61 0.56 0.16
HSL 354.5º 0.62% 0.58% -
HSV(B) 354.5º 0.61% 0.84% -
XYZ 32.89 21.31 13.21 -
YUV 123.54 111.9 192.52 -
System Red Green Blue C M Y K H S L
Decimal 214 83 95 0 0.61 0.56 0.16 354.5 0.62 0.58
Hex D6 53 5F 0 3D 38 10 163 3E 3A
Octal 326 123 137 0 75 70 20 543 76 72
Binary 11010110 1010011 1011111 0 111101 111000 10000 101100011 111110 111010

Color Harmonies of #D6535F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6535F

Black with #D6535F

Text Example


Text Example

White with #D6535F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6535F; }

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

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

background-color css

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

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

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

border-color css

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

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

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