Html Css Color HEX #D65C63 Mandy

📋 copy color: '#D65C63'

red 214 ◦ green 92 ◦ blue 99

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

Shades of Mandy #D65C63

Tints of Mandy #D65C63

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.72%

 BLUE value IS 99 (39.06% from 255) = 24.44%

R = 52.84%
G = 22.72%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D65C63 (or 0xD65C63) is known color: Mandy. HEX triplet: D6, 5C and 63. RGB value is (214,92,99). Sum of RGB (Red+Green+Blue) = 214+92+99=405 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.84% from 405); Green value is 92 (36.33% from 255 or 22.72% from 405); Blue value is 99 (39.06% from 255 or 24.44% from 405); Max value from RGB is 214 - color contains mainly: red. Hex color #D65C63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65C63 is #29A39C. Grayscale: #818181. Windows color (decimal): -2728861 or 6511830. OLE color: 6511830.

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

Color convert

RGB 214 92 99 -
CMYK 0 0.57 0.54 0.16
HSL 356.56º 0.6% 0.6% -
HSV(B) 356.56º 0.57% 0.84% -
XYZ 33.81 22.85 14.43 -
YUV 129.28 110.92 188.43 -
System Red Green Blue C M Y K H S L
Decimal 214 92 99 0 0.57 0.54 0.16 356.56 0.6 0.6
Hex D6 5C 63 0 39 36 10 165 3C 3C
Octal 326 134 143 0 71 66 20 545 74 74
Binary 11010110 1011100 1100011 0 111001 110110 10000 101100101 111100 111100

Color Harmonies of #D65C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65C63

Black with #D65C63

Text Example


Text Example

White with #D65C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65C63; }

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

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

background-color css

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

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

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

border-color css

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

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

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