Html Css Color HEX #D64CA8 Mulberry

📋 copy color: '#D64CA8'

red 214 ◦ green 76 ◦ blue 168

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

Shades of Mulberry #D64CA8

Tints of Mulberry #D64CA8

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.59%

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

R = 46.72%
G = 16.59%
B = 36.68%

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

#D64CA8 (or 0xD64CA8) is known color: Mulberry. HEX triplet: D6, 4C and A8. RGB value is (214,76,168). Sum of RGB (Red+Green+Blue) = 214+76+168=458 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.72% from 458); Green value is 76 (30.08% from 255 or 16.59% from 458); Blue value is 168 (66.02% from 255 or 36.68% from 458); Max value from RGB is 214 - color contains mainly: red. Hex color #D64CA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64CA8 is #29B357. Grayscale: #7F7F7F. Windows color (decimal): -2732888 or 11029718. OLE color: 11029718.

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

Color convert

RGB 214 76 168 -
CMYK 0 0.64 0.21 0.16
HSL 320º 0.63% 0.57% -
HSV(B) 320º 0.64% 0.84% -
XYZ 37.38 22.29 39.38 -
YUV 127.75 150.72 189.52 -
System Red Green Blue C M Y K H S L
Decimal 214 76 168 0 0.64 0.21 0.16 320 0.63 0.57
Hex D6 4C A8 0 40 15 10 140 3F 39
Octal 326 114 250 0 100 25 20 500 77 71
Binary 11010110 1001100 10101000 0 1000000 10101 10000 101000000 111111 111001

Color Harmonies of #D64CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64CA8

Black with #D64CA8

Text Example


Text Example

White with #D64CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64CA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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