Html Css Color HEX #D64A9B Mulberry

📋 copy color: '#D64A9B'

red 214 ◦ green 74 ◦ blue 155

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

Shades of Mulberry #D64A9B

Tints of Mulberry #D64A9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 34.99%

R = 48.31%
G = 16.7%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D64A9B (or 0xD64A9B) is known color: Mulberry. HEX triplet: D6, 4A and 9B. RGB value is (214,74,155). Sum of RGB (Red+Green+Blue) = 214+74+155=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 74 (29.30% from 255 or 16.70% from 443); Blue value is 155 (60.94% from 255 or 34.99% from 443); Max value from RGB is 214 - color contains mainly: red. Hex color #D64A9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64A9B is #29B564. Grayscale: #7C7C7C. Windows color (decimal): -2733413 or 10177238. OLE color: 10177238.

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

Color convert

RGB 214 74 155 -
CMYK 0 0.65 0.28 0.16
HSL 325.29º 0.63% 0.56% -
HSV(B) 325.29º 0.65% 0.84% -
XYZ 36.1 21.56 33.27 -
YUV 125.09 144.88 191.41 -
System Red Green Blue C M Y K H S L
Decimal 214 74 155 0 0.65 0.28 0.16 325.29 0.63 0.56
Hex D6 4A 9B 0 41 1C 10 145 3F 38
Octal 326 112 233 0 101 34 20 505 77 70
Binary 11010110 1001010 10011011 0 1000001 11100 10000 101000101 111111 111000

Color Harmonies of #D64A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64A9B

Black with #D64A9B

Text Example


Text Example

White with #D64A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64A9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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