Html Css Color HEX #D65597 Mulberry

📋 copy color: '#D65597'

red 214 ◦ green 85 ◦ blue 151

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

Shades of Mulberry #D65597

Tints of Mulberry #D65597

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.89%

 BLUE value IS 151 (59.38% from 255) = 33.56%

R = 47.56%
G = 18.89%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D65597 (or 0xD65597) is known color: Mulberry. HEX triplet: D6, 55 and 97. RGB value is (214,85,151). Sum of RGB (Red+Green+Blue) = 214+85+151=450 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.56% from 450); Green value is 85 (33.59% from 255 or 18.89% from 450); Blue value is 151 (59.38% from 255 or 33.56% from 450); Max value from RGB is 214 - color contains mainly: red. Hex color #D65597 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65597 is #29AA68. Grayscale: #828282. Windows color (decimal): -2730601 or 9917910. OLE color: 9917910.

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

Color convert

RGB 214 85 151 -
CMYK 0 0.60 0.29 0.16
HSL 329.3º 0.61% 0.59% -
HSV(B) 329.3º 0.6% 0.84% -
XYZ 36.57 23.03 31.8 -
YUV 131.1 139.24 187.13 -
System Red Green Blue C M Y K H S L
Decimal 214 85 151 0 0.60 0.29 0.16 329.3 0.61 0.59
Hex D6 55 97 0 3C 1D 10 149 3D 3B
Octal 326 125 227 0 74 35 20 511 75 73
Binary 11010110 1010101 10010111 0 111100 11101 10000 101001001 111101 111011

Color Harmonies of #D65597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65597

Black with #D65597

Text Example


Text Example

White with #D65597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65597; }

 p { color: rgb(214,85,151); }

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

background-color css

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

 a { background-color: rgb(214,85,151); }

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

border-color css

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

 span { border-color: rgb(214,85,151); }

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