Html Css Color HEX #D64897 Mulberry

📋 copy color: '#D64897'

red 214 ◦ green 72 ◦ blue 151

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

Shades of Mulberry #D64897

Tints of Mulberry #D64897

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.48%

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

R = 48.97%
G = 16.48%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D64897 (or 0xD64897) is known color: Mulberry. HEX triplet: D6, 48 and 97. RGB value is (214,72,151). Sum of RGB (Red+Green+Blue) = 214+72+151=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 72 (28.52% from 255 or 16.48% from 437); Blue value is 151 (59.38% from 255 or 34.55% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D64897 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64897 is #29B768. Grayscale: #7B7B7B. Windows color (decimal): -2733929 or 9914582. OLE color: 9914582.

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

Color convert

RGB 214 72 151 -
CMYK 0 0.66 0.29 0.16
HSL 326.62º 0.63% 0.56% -
HSV(B) 326.62º 0.66% 0.84% -
XYZ 35.63 21.17 31.49 -
YUV 123.46 143.54 192.58 -
System Red Green Blue C M Y K H S L
Decimal 214 72 151 0 0.66 0.29 0.16 326.62 0.63 0.56
Hex D6 48 97 0 42 1D 10 147 3F 38
Octal 326 110 227 0 102 35 20 507 77 70
Binary 11010110 1001000 10010111 0 1000010 11101 10000 101000111 111111 111000

Color Harmonies of #D64897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64897

Black with #D64897

Text Example


Text Example

White with #D64897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64897; }

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

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

background-color css

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

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

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

border-color css

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

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

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