Html Css Color HEX #D64B9F Mulberry

📋 copy color: '#D64B9F'

red 214 ◦ green 75 ◦ blue 159

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

Shades of Mulberry #D64B9F

Tints of Mulberry #D64B9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 35.49%

R = 47.77%
G = 16.74%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D64B9F (or 0xD64B9F) is known color: Mulberry. HEX triplet: D6, 4B and 9F. RGB value is (214,75,159). Sum of RGB (Red+Green+Blue) = 214+75+159=448 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.77% from 448); Green value is 75 (29.69% from 255 or 16.74% from 448); Blue value is 159 (62.5% from 255 or 35.49% from 448); Max value from RGB is 214 - color contains mainly: red. Hex color #D64B9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64B9F is #29B460. Grayscale: #7D7D7D. Windows color (decimal): -2733153 or 10439638. OLE color: 10439638.

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

Color convert

RGB 214 75 159 -
CMYK 0 0.65 0.26 0.16
HSL 323.74º 0.63% 0.57% -
HSV(B) 323.74º 0.65% 0.84% -
XYZ 36.51 21.83 35.09 -
YUV 126.14 146.55 190.67 -
System Red Green Blue C M Y K H S L
Decimal 214 75 159 0 0.65 0.26 0.16 323.74 0.63 0.57
Hex D6 4B 9F 0 41 1A 10 144 3F 39
Octal 326 113 237 0 101 32 20 504 77 71
Binary 11010110 1001011 10011111 0 1000001 11010 10000 101000100 111111 111001

Color Harmonies of #D64B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64B9F

Black with #D64B9F

Text Example


Text Example

White with #D64B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64B9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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