Html Css Color HEX #D64AAB Mulberry

📋 copy color: '#D64AAB'

red 214 ◦ green 74 ◦ blue 171

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

Shades of Mulberry #D64AAB

Tints of Mulberry #D64AAB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.12%

 BLUE value IS 171 (67.19% from 255) = 37.25%

R = 46.62%
G = 16.12%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D64AAB (or 0xD64AAB) is known color: Mulberry. HEX triplet: D6, 4A and AB. RGB value is (214,74,171). Sum of RGB (Red+Green+Blue) = 214+74+171=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 74 (29.30% from 255 or 16.12% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 214 - color contains mainly: red. Hex color #D64AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64AAB is #29B554. Grayscale: #7E7E7E. Windows color (decimal): -2733397 or 11225814. OLE color: 11225814.

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

Color convert

RGB 214 74 171 -
CMYK 0 0.65 0.20 0.16
HSL 318.43º 0.63% 0.56% -
HSV(B) 318.43º 0.65% 0.84% -
XYZ 37.53 22.13 40.82 -
YUV 126.92 152.88 190.11 -
System Red Green Blue C M Y K H S L
Decimal 214 74 171 0 0.65 0.20 0.16 318.43 0.63 0.56
Hex D6 4A AB 0 41 14 10 13E 3F 38
Octal 326 112 253 0 101 24 20 476 77 70
Binary 11010110 1001010 10101011 0 1000001 10100 10000 100111110 111111 111000

Color Harmonies of #D64AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64AAB

Black with #D64AAB

Text Example


Text Example

White with #D64AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64AAB; }

 p { color: rgb(214,74,171); }

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

background-color css

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

 a { background-color: rgb(214,74,171); }

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

border-color css

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

 span { border-color: rgb(214,74,171); }

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