Html Css Color HEX #DA4C98 Mulberry

📋 copy color: '#DA4C98'

red 218 ◦ green 76 ◦ blue 152

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

Shades of Mulberry #DA4C98

Tints of Mulberry #DA4C98

RGB

 RED value IS 218 (85.55% from 255) = 48.88%

 GREEN value IS 76 (30.08% from 255) = 17.04%

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

R = 48.88%
G = 17.04%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DA4C98 (or 0xDA4C98) is known color: Mulberry. HEX triplet: DA, 4C and 98. RGB value is (218,76,152). Sum of RGB (Red+Green+Blue) = 218+76+152=446 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.88% from 446); Green value is 76 (30.08% from 255 or 17.04% from 446); Blue value is 152 (59.77% from 255 or 34.08% from 446); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4C98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4C98 is #25B367. Grayscale: #7E7E7E. Windows color (decimal): -2470760 or 9981146. OLE color: 9981146.

HSL color Cylindrical-coordinate representation of color #DA4C98: hue angle of 327.89º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DA4C98 is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 76 152 -
CMYK 0 0.65 0.30 0.15
HSL 327.89º 0.66% 0.58% -
HSV(B) 327.89º 0.65% 0.85% -
XYZ 37.17 22.34 32.06 -
YUV 127.12 142.04 192.82 -
System Red Green Blue C M Y K H S L
Decimal 218 76 152 0 0.65 0.30 0.15 327.89 0.66 0.58
Hex DA 4C 98 0 41 1E F 148 42 3A
Octal 332 114 230 0 101 36 17 510 102 72
Binary 11011010 1001100 10011000 0 1000001 11110 1111 101001000 1000010 111010

Color Harmonies of #DA4C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4C98

Black with #DA4C98

Text Example


Text Example

White with #DA4C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4C98; }

 p { color: rgb(218,76,152); }

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

background-color css

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

 a { background-color: rgb(218,76,152); }

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

border-color css

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

 span { border-color: rgb(218,76,152); }

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