Html Css Color HEX #D64B9C Mulberry

📋 copy color: '#D64B9C'

red 214 ◦ green 75 ◦ blue 156

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

Shades of Mulberry #D64B9C

Tints of Mulberry #D64B9C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.85%

 BLUE value IS 156 (61.33% from 255) = 35.06%

R = 48.09%
G = 16.85%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D64B9C (or 0xD64B9C) is known color: Mulberry. HEX triplet: D6, 4B and 9C. RGB value is (214,75,156). Sum of RGB (Red+Green+Blue) = 214+75+156=445 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.09% from 445); Green value is 75 (29.69% from 255 or 16.85% from 445); Blue value is 156 (61.33% from 255 or 35.06% from 445); Max value from RGB is 214 - color contains mainly: red. Hex color #D64B9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64B9C is #29B463. Grayscale: #7D7D7D. Windows color (decimal): -2733156 or 10243030. OLE color: 10243030.

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

Color convert

RGB 214 75 156 -
CMYK 0 0.65 0.27 0.16
HSL 325.04º 0.63% 0.57% -
HSV(B) 325.04º 0.65% 0.84% -
XYZ 36.25 21.73 33.74 -
YUV 125.8 145.05 190.91 -
System Red Green Blue C M Y K H S L
Decimal 214 75 156 0 0.65 0.27 0.16 325.04 0.63 0.57
Hex D6 4B 9C 0 41 1B 10 145 3F 39
Octal 326 113 234 0 101 33 20 505 77 71
Binary 11010110 1001011 10011100 0 1000001 11011 10000 101000101 111111 111001

Color Harmonies of #D64B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64B9C

Black with #D64B9C

Text Example


Text Example

White with #D64B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64B9C; }

 p { color: rgb(214,75,156); }

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

background-color css

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

 a { background-color: rgb(214,75,156); }

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

border-color css

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

 span { border-color: rgb(214,75,156); }

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