Html Css Color HEX #D64A98 Mulberry

📋 copy color: '#D64A98'

red 214 ◦ green 74 ◦ blue 152

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

Shades of Mulberry #D64A98

Tints of Mulberry #D64A98

RGB

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

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

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

R = 48.64%
G = 16.82%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D64A98 (or 0xD64A98) is known color: Mulberry. HEX triplet: D6, 4A and 98. RGB value is (214,74,152). Sum of RGB (Red+Green+Blue) = 214+74+152=440 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.64% from 440); Green value is 74 (29.30% from 255 or 16.82% from 440); Blue value is 152 (59.77% from 255 or 34.55% from 440); Max value from RGB is 214 - color contains mainly: red. Hex color #D64A98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64A98 is #29B567. Grayscale: #7C7C7C. Windows color (decimal): -2733416 or 9980630. OLE color: 9980630.

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

Color convert

RGB 214 74 152 -
CMYK 0 0.65 0.29 0.16
HSL 326.57º 0.63% 0.56% -
HSV(B) 326.57º 0.65% 0.84% -
XYZ 35.85 21.46 31.96 -
YUV 124.75 143.38 191.66 -
System Red Green Blue C M Y K H S L
Decimal 214 74 152 0 0.65 0.29 0.16 326.57 0.63 0.56
Hex D6 4A 98 0 41 1D 10 147 3F 38
Octal 326 112 230 0 101 35 20 507 77 70
Binary 11010110 1001010 10011000 0 1000001 11101 10000 101000111 111111 111000

Color Harmonies of #D64A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64A98

Black with #D64A98

Text Example


Text Example

White with #D64A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64A98; }

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

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

background-color css

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

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

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

border-color css

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

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

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