Html Css Color HEX #D65895 Mulberry

📋 copy color: '#D65895'

red 214 ◦ green 88 ◦ blue 149

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

Shades of Mulberry #D65895

Tints of Mulberry #D65895

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.51%

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

R = 47.45%
G = 19.51%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D65895 (or 0xD65895) is known color: Mulberry. HEX triplet: D6, 58 and 95. RGB value is (214,88,149). Sum of RGB (Red+Green+Blue) = 214+88+149=451 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.45% from 451); Green value is 88 (34.77% from 255 or 19.51% from 451); Blue value is 149 (58.59% from 255 or 33.04% from 451); Max value from RGB is 214 - color contains mainly: red. Hex color #D65895 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65895 is #29A76A. Grayscale: #848484. Windows color (decimal): -2729835 or 9787606. OLE color: 9787606.

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

Color convert

RGB 214 88 149 -
CMYK 0 0.59 0.30 0.16
HSL 330.95º 0.61% 0.59% -
HSV(B) 330.95º 0.59% 0.84% -
XYZ 36.65 23.45 31.03 -
YUV 132.63 137.24 186.04 -
System Red Green Blue C M Y K H S L
Decimal 214 88 149 0 0.59 0.30 0.16 330.95 0.61 0.59
Hex D6 58 95 0 3B 1E 10 14B 3D 3B
Octal 326 130 225 0 73 36 20 513 75 73
Binary 11010110 1011000 10010101 0 111011 11110 10000 101001011 111101 111011

Color Harmonies of #D65895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65895

Black with #D65895

Text Example


Text Example

White with #D65895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65895; }

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

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

background-color css

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

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

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

border-color css

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

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

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