Html Css Color HEX #D65896 Mulberry

📋 copy color: '#D65896'

red 214 ◦ green 88 ◦ blue 150

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

Shades of Mulberry #D65896

Tints of Mulberry #D65896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 33.19%

R = 47.35%
G = 19.47%
B = 33.19%

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

#D65896 (or 0xD65896) is known color: Mulberry. HEX triplet: D6, 58 and 96. RGB value is (214,88,150). Sum of RGB (Red+Green+Blue) = 214+88+150=452 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.35% from 452); Green value is 88 (34.77% from 255 or 19.47% from 452); Blue value is 150 (58.98% from 255 or 33.19% from 452); Max value from RGB is 214 - color contains mainly: red. Hex color #D65896 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65896 is #29A769. Grayscale: #848484. Windows color (decimal): -2729834 or 9853142. OLE color: 9853142.

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

Color convert

RGB 214 88 150 -
CMYK 0 0.59 0.30 0.16
HSL 330.48º 0.61% 0.59% -
HSV(B) 330.48º 0.59% 0.84% -
XYZ 36.73 23.48 31.45 -
YUV 132.74 137.74 185.96 -
System Red Green Blue C M Y K H S L
Decimal 214 88 150 0 0.59 0.30 0.16 330.48 0.61 0.59
Hex D6 58 96 0 3B 1E 10 14A 3D 3B
Octal 326 130 226 0 73 36 20 512 75 73
Binary 11010110 1011000 10010110 0 111011 11110 10000 101001010 111101 111011

Color Harmonies of #D65896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65896

Black with #D65896

Text Example


Text Example

White with #D65896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65896; }

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

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

background-color css

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

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

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

border-color css

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

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

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