Html Css Color HEX #D65097 Mulberry

📋 copy color: '#D65097'

red 214 ◦ green 80 ◦ blue 151

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

Shades of Mulberry #D65097

Tints of Mulberry #D65097

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.98%

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

R = 48.09%
G = 17.98%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D65097 (or 0xD65097) is known color: Mulberry. HEX triplet: D6, 50 and 97. RGB value is (214,80,151). Sum of RGB (Red+Green+Blue) = 214+80+151=445 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.09% from 445); Green value is 80 (31.64% from 255 or 17.98% from 445); Blue value is 151 (59.38% from 255 or 33.93% from 445); Max value from RGB is 214 - color contains mainly: red. Hex color #D65097 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65097 is #29AF68. Grayscale: #808080. Windows color (decimal): -2731881 or 9916630. OLE color: 9916630.

HSL color Cylindrical-coordinate representation of color #D65097: hue angle of 328.21º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D65097 is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 80 151 -
CMYK 0 0.63 0.29 0.16
HSL 328.21º 0.62% 0.58% -
HSV(B) 328.21º 0.63% 0.84% -
XYZ 36.19 22.27 31.67 -
YUV 128.16 140.89 189.23 -
System Red Green Blue C M Y K H S L
Decimal 214 80 151 0 0.63 0.29 0.16 328.21 0.62 0.58
Hex D6 50 97 0 3F 1D 10 148 3E 3A
Octal 326 120 227 0 77 35 20 510 76 72
Binary 11010110 1010000 10010111 0 111111 11101 10000 101001000 111110 111010

Color Harmonies of #D65097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65097

Black with #D65097

Text Example


Text Example

White with #D65097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65097; }

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

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

background-color css

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

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

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

border-color css

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

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

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