Html Css Color HEX #D65695 Mulberry

📋 copy color: '#D65695'

red 214 ◦ green 86 ◦ blue 149

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

Shades of Mulberry #D65695

Tints of Mulberry #D65695

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.15%

 BLUE value IS 149 (58.59% from 255) = 33.18%

R = 47.66%
G = 19.15%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D65695 (or 0xD65695) is known color: Mulberry. HEX triplet: D6, 56 and 95. RGB value is (214,86,149). Sum of RGB (Red+Green+Blue) = 214+86+149=449 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.66% from 449); Green value is 86 (33.98% from 255 or 19.15% from 449); Blue value is 149 (58.59% from 255 or 33.18% from 449); Max value from RGB is 214 - color contains mainly: red. Hex color #D65695 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65695 is #29A96A. Grayscale: #838383. Windows color (decimal): -2730347 or 9787094. OLE color: 9787094.

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

Color convert

RGB 214 86 149 -
CMYK 0 0.60 0.30 0.16
HSL 330.47º 0.61% 0.59% -
HSV(B) 330.47º 0.6% 0.84% -
XYZ 36.48 23.12 30.97 -
YUV 131.45 137.91 186.88 -
System Red Green Blue C M Y K H S L
Decimal 214 86 149 0 0.60 0.30 0.16 330.47 0.61 0.59
Hex D6 56 95 0 3C 1E 10 14A 3D 3B
Octal 326 126 225 0 74 36 20 512 75 73
Binary 11010110 1010110 10010101 0 111100 11110 10000 101001010 111101 111011

Color Harmonies of #D65695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65695

Black with #D65695

Text Example


Text Example

White with #D65695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65695; }

 p { color: rgb(214,86,149); }

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

background-color css

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

 a { background-color: rgb(214,86,149); }

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

border-color css

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

 span { border-color: rgb(214,86,149); }

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