Html Css Color HEX #D64CAA Mulberry

📋 copy color: '#D64CAA'

red 214 ◦ green 76 ◦ blue 170

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

Shades of Mulberry #D64CAA

Tints of Mulberry #D64CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.96%

R = 46.52%
G = 16.52%
B = 36.96%

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

#D64CAA (or 0xD64CAA) is known color: Mulberry. HEX triplet: D6, 4C and AA. RGB value is (214,76,170). Sum of RGB (Red+Green+Blue) = 214+76+170=460 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.52% from 460); Green value is 76 (30.08% from 255 or 16.52% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 214 - color contains mainly: red. Hex color #D64CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64CAA is #29B355. Grayscale: #7F7F7F. Windows color (decimal): -2732886 or 11160790. OLE color: 11160790.

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

Color convert

RGB 214 76 170 -
CMYK 0 0.64 0.21 0.16
HSL 319.13º 0.63% 0.57% -
HSV(B) 319.13º 0.64% 0.84% -
XYZ 37.57 22.37 40.37 -
YUV 127.98 151.72 189.36 -
System Red Green Blue C M Y K H S L
Decimal 214 76 170 0 0.64 0.21 0.16 319.13 0.63 0.57
Hex D6 4C AA 0 40 15 10 13F 3F 39
Octal 326 114 252 0 100 25 20 477 77 71
Binary 11010110 1001100 10101010 0 1000000 10101 10000 100111111 111111 111001

Color Harmonies of #D64CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64CAA

Black with #D64CAA

Text Example


Text Example

White with #D64CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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