Html Css Color HEX #D64597 Mulberry

📋 copy color: '#D64597'

red 214 ◦ green 69 ◦ blue 151

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

Shades of Mulberry #D64597

Tints of Mulberry #D64597

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.9%

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

R = 49.31%
G = 15.9%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D64597 (or 0xD64597) is known color: Mulberry. HEX triplet: D6, 45 and 97. RGB value is (214,69,151). Sum of RGB (Red+Green+Blue) = 214+69+151=434 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.31% from 434); Green value is 69 (27.34% from 255 or 15.90% from 434); Blue value is 151 (59.38% from 255 or 34.79% from 434); Max value from RGB is 214 - color contains mainly: red. Hex color #D64597 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64597 is #29BA68. Grayscale: #797979. Windows color (decimal): -2734697 or 9913814. OLE color: 9913814.

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

Color convert

RGB 214 69 151 -
CMYK 0 0.68 0.29 0.16
HSL 326.07º 0.64% 0.55% -
HSV(B) 326.07º 0.68% 0.84% -
XYZ 35.45 20.79 31.42 -
YUV 121.7 144.54 193.83 -
System Red Green Blue C M Y K H S L
Decimal 214 69 151 0 0.68 0.29 0.16 326.07 0.64 0.55
Hex D6 45 97 0 44 1D 10 146 40 37
Octal 326 105 227 0 104 35 20 506 100 67
Binary 11010110 1000101 10010111 0 1000100 11101 10000 101000110 1000000 110111

Color Harmonies of #D64597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64597

Black with #D64597

Text Example


Text Example

White with #D64597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64597; }

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

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

background-color css

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

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

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

border-color css

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

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

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