Html Css Color HEX #D65F61 Mandy

📋 copy color: '#D65F61'

red 214 ◦ green 95 ◦ blue 97

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

Shades of Mandy #D65F61

Tints of Mandy #D65F61

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.4%

 BLUE value IS 97 (38.28% from 255) = 23.89%

R = 52.71%
G = 23.4%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D65F61 (or 0xD65F61) is known color: Mandy. HEX triplet: D6, 5F and 61. RGB value is (214,95,97). Sum of RGB (Red+Green+Blue) = 214+95+97=406 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.71% from 406); Green value is 95 (37.5% from 255 or 23.40% from 406); Blue value is 97 (38.28% from 255 or 23.89% from 406); Max value from RGB is 214 - color contains mainly: red. Hex color #D65F61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65F61 is #29A09E. Grayscale: #828282. Windows color (decimal): -2728095 or 6381526. OLE color: 6381526.

HSL color Cylindrical-coordinate representation of color #D65F61: hue angle of 358.99º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D65F61 is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 95 97 -
CMYK 0 0.56 0.55 0.16
HSL 358.99º 0.59% 0.61% -
HSV(B) 358.99º 0.56% 0.84% -
XYZ 33.98 23.34 14.02 -
YUV 130.81 108.92 187.34 -
System Red Green Blue C M Y K H S L
Decimal 214 95 97 0 0.56 0.55 0.16 358.99 0.59 0.61
Hex D6 5F 61 0 38 37 10 167 3B 3D
Octal 326 137 141 0 70 67 20 547 73 75
Binary 11010110 1011111 1100001 0 111000 110111 10000 101100111 111011 111101

Color Harmonies of #D65F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65F61

Black with #D65F61

Text Example


Text Example

White with #D65F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65F61; }

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

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

background-color css

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

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

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

border-color css

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

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

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