Html Css Color HEX #D64DA8 Mulberry

📋 copy color: '#D64DA8'

red 214 ◦ green 77 ◦ blue 168

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

Shades of Mulberry #D64DA8

Tints of Mulberry #D64DA8

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.78%

 BLUE value IS 168 (66.02% from 255) = 36.6%

R = 46.62%
G = 16.78%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D64DA8 (or 0xD64DA8) is known color: Mulberry. HEX triplet: D6, 4D and A8. RGB value is (214,77,168). Sum of RGB (Red+Green+Blue) = 214+77+168=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 77 (30.47% from 255 or 16.78% from 459); Blue value is 168 (66.02% from 255 or 36.60% from 459); Max value from RGB is 214 - color contains mainly: red. Hex color #D64DA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D64DA8 is #29B257. Grayscale: #808080. Windows color (decimal): -2732632 or 11029974. OLE color: 11029974.

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

Color convert

RGB 214 77 168 -
CMYK 0 0.64 0.21 0.16
HSL 320.15º 0.63% 0.57% -
HSV(B) 320.15º 0.64% 0.84% -
XYZ 37.45 22.43 39.4 -
YUV 128.34 150.39 189.1 -
System Red Green Blue C M Y K H S L
Decimal 214 77 168 0 0.64 0.21 0.16 320.15 0.63 0.57
Hex D6 4D A8 0 40 15 10 140 3F 39
Octal 326 115 250 0 100 25 20 500 77 71
Binary 11010110 1001101 10101000 0 1000000 10101 10000 101000000 111111 111001

Color Harmonies of #D64DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64DA8

Black with #D64DA8

Text Example


Text Example

White with #D64DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64DA8; }

 p { color: rgb(214,77,168); }

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

background-color css

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

 a { background-color: rgb(214,77,168); }

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

border-color css

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

 span { border-color: rgb(214,77,168); }

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