Html Css Color HEX #D64F99 Mulberry

📋 copy color: '#D64F99'

red 214 ◦ green 79 ◦ blue 153

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

Shades of Mulberry #D64F99

Tints of Mulberry #D64F99

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.71%

 BLUE value IS 153 (60.16% from 255) = 34.3%

R = 47.98%
G = 17.71%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D64F99 (or 0xD64F99) is known color: Mulberry. HEX triplet: D6, 4F and 99. RGB value is (214,79,153). Sum of RGB (Red+Green+Blue) = 214+79+153=446 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.98% from 446); Green value is 79 (31.25% from 255 or 17.71% from 446); Blue value is 153 (60.16% from 255 or 34.30% from 446); Max value from RGB is 214 - color contains mainly: red. Hex color #D64F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D64F99 is #29B066. Grayscale: #7F7F7F. Windows color (decimal): -2732135 or 10047446. OLE color: 10047446.

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

Color convert

RGB 214 79 153 -
CMYK 0 0.63 0.29 0.16
HSL 327.11º 0.62% 0.57% -
HSV(B) 327.11º 0.63% 0.84% -
XYZ 36.28 22.19 32.51 -
YUV 127.8 142.23 189.48 -
System Red Green Blue C M Y K H S L
Decimal 214 79 153 0 0.63 0.29 0.16 327.11 0.62 0.57
Hex D6 4F 99 0 3F 1D 10 147 3E 39
Octal 326 117 231 0 77 35 20 507 76 71
Binary 11010110 1001111 10011001 0 111111 11101 10000 101000111 111110 111001

Color Harmonies of #D64F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64F99

Black with #D64F99

Text Example


Text Example

White with #D64F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64F99; }

 p { color: rgb(214,79,153); }

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

background-color css

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

 a { background-color: rgb(214,79,153); }

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

border-color css

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

 span { border-color: rgb(214,79,153); }

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