Html Css Color HEX #D65C5F Mandy

📋 copy color: '#D65C5F'

red 214 ◦ green 92 ◦ blue 95

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

Shades of Mandy #D65C5F

Tints of Mandy #D65C5F

RGB

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

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

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

R = 53.37%
G = 22.94%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D65C5F (or 0xD65C5F) is known color: Mandy. HEX triplet: D6, 5C and 5F. RGB value is (214,92,95). Sum of RGB (Red+Green+Blue) = 214+92+95=401 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.37% from 401); Green value is 92 (36.33% from 255 or 22.94% from 401); Blue value is 95 (37.5% from 255 or 23.69% from 401); Max value from RGB is 214 - color contains mainly: red. Hex color #D65C5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65C5F is #29A3A0. Grayscale: #808080. Windows color (decimal): -2728865 or 6249686. OLE color: 6249686.

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

Color convert

RGB 214 92 95 -
CMYK 0 0.57 0.56 0.16
HSL 358.52º 0.6% 0.6% -
HSV(B) 358.52º 0.57% 0.84% -
XYZ 33.62 22.78 13.45 -
YUV 128.82 108.92 188.76 -
System Red Green Blue C M Y K H S L
Decimal 214 92 95 0 0.57 0.56 0.16 358.52 0.6 0.6
Hex D6 5C 5F 0 39 38 10 167 3C 3C
Octal 326 134 137 0 71 70 20 547 74 74
Binary 11010110 1011100 1011111 0 111001 111000 10000 101100111 111100 111100

Color Harmonies of #D65C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65C5F

Black with #D65C5F

Text Example


Text Example

White with #D65C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65C5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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