Html Css Color HEX #D64CAC Mulberry

📋 copy color: '#D64CAC'

red 214 ◦ green 76 ◦ blue 172

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

Shades of Mulberry #D64CAC

Tints of Mulberry #D64CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.23%

R = 46.32%
G = 16.45%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D64CAC (or 0xD64CAC) is known color: Mulberry. HEX triplet: D6, 4C and AC. RGB value is (214,76,172). Sum of RGB (Red+Green+Blue) = 214+76+172=462 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.32% from 462); Green value is 76 (30.08% from 255 or 16.45% from 462); Blue value is 172 (67.58% from 255 or 37.23% from 462); Max value from RGB is 214 - color contains mainly: red. Hex color #D64CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64CAC is #29B353. Grayscale: #7F7F7F. Windows color (decimal): -2732884 or 11291862. OLE color: 11291862.

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

Color convert

RGB 214 76 172 -
CMYK 0 0.64 0.20 0.16
HSL 318.26º 0.63% 0.57% -
HSV(B) 318.26º 0.64% 0.84% -
XYZ 37.76 22.44 41.37 -
YUV 128.21 152.72 189.19 -
System Red Green Blue C M Y K H S L
Decimal 214 76 172 0 0.64 0.20 0.16 318.26 0.63 0.57
Hex D6 4C AC 0 40 14 10 13E 3F 39
Octal 326 114 254 0 100 24 20 476 77 71
Binary 11010110 1001100 10101100 0 1000000 10100 10000 100111110 111111 111001

Color Harmonies of #D64CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64CAC

Black with #D64CAC

Text Example


Text Example

White with #D64CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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