Html Css Color HEX #D65F65 Mandy

📋 copy color: '#D65F65'

red 214 ◦ green 95 ◦ blue 101

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

Shades of Mandy #D65F65

Tints of Mandy #D65F65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 24.63%

R = 52.2%
G = 23.17%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D65F65 (or 0xD65F65) is known color: Mandy. HEX triplet: D6, 5F and 65. RGB value is (214,95,101). Sum of RGB (Red+Green+Blue) = 214+95+101=410 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.20% from 410); Green value is 95 (37.5% from 255 or 23.17% from 410); Blue value is 101 (39.84% from 255 or 24.63% from 410); Max value from RGB is 214 - color contains mainly: red. Hex color #D65F65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65F65 is #29A09A. Grayscale: #838383. Windows color (decimal): -2728091 or 6643670. OLE color: 6643670.

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

Color convert

RGB 214 95 101 -
CMYK 0 0.56 0.53 0.16
HSL 356.97º 0.59% 0.61% -
HSV(B) 356.97º 0.56% 0.84% -
XYZ 34.17 23.42 15.03 -
YUV 131.27 110.92 187.01 -
System Red Green Blue C M Y K H S L
Decimal 214 95 101 0 0.56 0.53 0.16 356.97 0.59 0.61
Hex D6 5F 65 0 38 35 10 165 3B 3D
Octal 326 137 145 0 70 65 20 545 73 75
Binary 11010110 1011111 1100101 0 111000 110101 10000 101100101 111011 111101

Color Harmonies of #D65F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65F65

Black with #D65F65

Text Example


Text Example

White with #D65F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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