Html Css Color HEX #DA4993 Mulberry

📋 copy color: '#DA4993'

red 218 ◦ green 73 ◦ blue 147

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

Shades of Mulberry #DA4993

Tints of Mulberry #DA4993

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.67%

 BLUE value IS 147 (57.81% from 255) = 33.56%

R = 49.77%
G = 16.67%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA4993 (or 0xDA4993) is known color: Mulberry. HEX triplet: DA, 49 and 93. RGB value is (218,73,147). Sum of RGB (Red+Green+Blue) = 218+73+147=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 73 (28.91% from 255 or 16.67% from 438); Blue value is 147 (57.81% from 255 or 33.56% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4993 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4993 is #25B66C. Grayscale: #7C7C7C. Windows color (decimal): -2471533 or 9652698. OLE color: 9652698.

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

Color convert

RGB 218 73 147 -
CMYK 0 0.67 0.33 0.15
HSL 329.38º 0.66% 0.57% -
HSV(B) 329.38º 0.67% 0.85% -
XYZ 36.56 21.78 29.88 -
YUV 124.79 140.54 194.48 -
System Red Green Blue C M Y K H S L
Decimal 218 73 147 0 0.67 0.33 0.15 329.38 0.66 0.57
Hex DA 49 93 0 43 21 F 149 42 39
Octal 332 111 223 0 103 41 17 511 102 71
Binary 11011010 1001001 10010011 0 1000011 100001 1111 101001001 1000010 111001

Color Harmonies of #DA4993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4993

Black with #DA4993

Text Example


Text Example

White with #DA4993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4993; }

 p { color: rgb(218,73,147); }

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

background-color css

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

 a { background-color: rgb(218,73,147); }

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

border-color css

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

 span { border-color: rgb(218,73,147); }

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