Html Css Color HEX #D64F98 Mulberry

📋 copy color: '#D64F98'

red 214 ◦ green 79 ◦ blue 152

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

Shades of Mulberry #D64F98

Tints of Mulberry #D64F98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 34.16%

R = 48.09%
G = 17.75%
B = 34.16%

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

#D64F98 (or 0xD64F98) is known color: Mulberry. HEX triplet: D6, 4F and 98. RGB value is (214,79,152). Sum of RGB (Red+Green+Blue) = 214+79+152=445 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.09% from 445); Green value is 79 (31.25% from 255 or 17.75% from 445); Blue value is 152 (59.77% from 255 or 34.16% from 445); Max value from RGB is 214 - color contains mainly: red. Hex color #D64F98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D64F98 is #29B067. Grayscale: #7F7F7F. Windows color (decimal): -2732136 or 9981910. OLE color: 9981910.

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

Color convert

RGB 214 79 152 -
CMYK 0 0.63 0.29 0.16
HSL 327.56º 0.62% 0.57% -
HSV(B) 327.56º 0.63% 0.84% -
XYZ 36.2 22.16 32.07 -
YUV 127.69 141.73 189.56 -
System Red Green Blue C M Y K H S L
Decimal 214 79 152 0 0.63 0.29 0.16 327.56 0.62 0.57
Hex D6 4F 98 0 3F 1D 10 148 3E 39
Octal 326 117 230 0 77 35 20 510 76 71
Binary 11010110 1001111 10011000 0 111111 11101 10000 101001000 111110 111001

Color Harmonies of #D64F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64F98

Black with #D64F98

Text Example


Text Example

White with #D64F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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