Html Css Color HEX #D65D65 Mandy

📋 copy color: '#D65D65'

red 214 ◦ green 93 ◦ blue 101

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

Shades of Mandy #D65D65

Tints of Mandy #D65D65

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.79%

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

R = 52.45%
G = 22.79%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D65D65 (or 0xD65D65) is known color: Mandy. HEX triplet: D6, 5D and 65. RGB value is (214,93,101). Sum of RGB (Red+Green+Blue) = 214+93+101=408 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.45% from 408); Green value is 93 (36.72% from 255 or 22.79% from 408); Blue value is 101 (39.84% from 255 or 24.75% from 408); Max value from RGB is 214 - color contains mainly: red. Hex color #D65D65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65D65 is #29A29A. Grayscale: #828282. Windows color (decimal): -2728603 or 6643158. OLE color: 6643158.

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

Color convert

RGB 214 93 101 -
CMYK 0 0.57 0.53 0.16
HSL 356.03º 0.6% 0.6% -
HSV(B) 356.03º 0.57% 0.84% -
XYZ 33.99 23.06 14.97 -
YUV 130.09 111.59 187.85 -
System Red Green Blue C M Y K H S L
Decimal 214 93 101 0 0.57 0.53 0.16 356.03 0.6 0.6
Hex D6 5D 65 0 39 35 10 164 3C 3C
Octal 326 135 145 0 71 65 20 544 74 74
Binary 11010110 1011101 1100101 0 111001 110101 10000 101100100 111100 111100

Color Harmonies of #D65D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65D65

Black with #D65D65

Text Example


Text Example

White with #D65D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65D65; }

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

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

background-color css

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

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

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

border-color css

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

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

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