Html Css Color HEX #D65356 Mandy

📋 copy color: '#D65356'

red 214 ◦ green 83 ◦ blue 86

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

Shades of Mandy #D65356

Tints of Mandy #D65356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 22.45%

R = 55.87%
G = 21.67%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D65356 (or 0xD65356) is known color: Mandy. HEX triplet: D6, 53 and 56. RGB value is (214,83,86). Sum of RGB (Red+Green+Blue) = 214+83+86=383 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.87% from 383); Green value is 83 (32.81% from 255 or 21.67% from 383); Blue value is 86 (33.98% from 255 or 22.45% from 383); Max value from RGB is 214 - color contains mainly: red. Hex color #D65356 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65356 is #29ACA9. Grayscale: #7A7A7A. Windows color (decimal): -2731178 or 5657558. OLE color: 5657558.

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

Color convert

RGB 214 83 86 -
CMYK 0 0.61 0.60 0.16
HSL 358.63º 0.62% 0.58% -
HSV(B) 358.63º 0.61% 0.84% -
XYZ 32.5 21.15 11.17 -
YUV 122.51 107.4 193.26 -
System Red Green Blue C M Y K H S L
Decimal 214 83 86 0 0.61 0.60 0.16 358.63 0.62 0.58
Hex D6 53 56 0 3D 3C 10 167 3E 3A
Octal 326 123 126 0 75 74 20 547 76 72
Binary 11010110 1010011 1010110 0 111101 111100 10000 101100111 111110 111010

Color Harmonies of #D65356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65356

Black with #D65356

Text Example


Text Example

White with #D65356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65356; }

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

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

background-color css

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

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

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

border-color css

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

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

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