Html Css Color HEX #D6535C Mandy

📋 copy color: '#D6535C'

red 214 ◦ green 83 ◦ blue 92

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

Shades of Mandy #D6535C

Tints of Mandy #D6535C

RGB

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

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

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

R = 55.01%
G = 21.34%
B = 23.65%

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

#D6535C (or 0xD6535C) is known color: Mandy. HEX triplet: D6, 53 and 5C. RGB value is (214,83,92). Sum of RGB (Red+Green+Blue) = 214+83+92=389 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.01% from 389); Green value is 83 (32.81% from 255 or 21.34% from 389); Blue value is 92 (36.33% from 255 or 23.65% from 389); Max value from RGB is 214 - color contains mainly: red. Hex color #D6535C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6535C is #29ACA3. Grayscale: #7B7B7B. Windows color (decimal): -2731172 or 6050774. OLE color: 6050774.

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

Color convert

RGB 214 83 92 -
CMYK 0 0.61 0.57 0.16
HSL 355.88º 0.62% 0.58% -
HSV(B) 355.88º 0.61% 0.84% -
XYZ 32.76 21.26 12.5 -
YUV 123.2 110.4 192.77 -
System Red Green Blue C M Y K H S L
Decimal 214 83 92 0 0.61 0.57 0.16 355.88 0.62 0.58
Hex D6 53 5C 0 3D 39 10 164 3E 3A
Octal 326 123 134 0 75 71 20 544 76 72
Binary 11010110 1010011 1011100 0 111101 111001 10000 101100100 111110 111010

Color Harmonies of #D6535C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6535C

Black with #D6535C

Text Example


Text Example

White with #D6535C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6535C; }

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

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

background-color css

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

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

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

border-color css

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

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

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