Html Css Color HEX #DA4BA8 Mulberry

📋 copy color: '#DA4BA8'

red 218 ◦ green 75 ◦ blue 168

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

Shades of Mulberry #DA4BA8

Tints of Mulberry #DA4BA8

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.27%

 BLUE value IS 168 (66.02% from 255) = 36.44%

R = 47.29%
G = 16.27%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#DA4BA8 (or 0xDA4BA8) is known color: Mulberry. HEX triplet: DA, 4B and A8. RGB value is (218,75,168). Sum of RGB (Red+Green+Blue) = 218+75+168=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 75 (29.69% from 255 or 16.27% from 461); Blue value is 168 (66.02% from 255 or 36.44% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4BA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4BA8 is #25B457. Grayscale: #808080. Windows color (decimal): -2471000 or 11029466. OLE color: 11029466.

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

Color convert

RGB 218 75 168 -
CMYK 0 0.66 0.23 0.15
HSL 320.98º 0.66% 0.57% -
HSV(B) 320.98º 0.66% 0.85% -
XYZ 38.5 22.76 39.41 -
YUV 128.36 150.38 191.94 -
System Red Green Blue C M Y K H S L
Decimal 218 75 168 0 0.66 0.23 0.15 320.98 0.66 0.57
Hex DA 4B A8 0 42 17 F 141 42 39
Octal 332 113 250 0 102 27 17 501 102 71
Binary 11011010 1001011 10101000 0 1000010 10111 1111 101000001 1000010 111001

Color Harmonies of #DA4BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4BA8

Black with #DA4BA8

Text Example


Text Example

White with #DA4BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4BA8; }

 p { color: rgb(218,75,168); }

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

background-color css

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

 a { background-color: rgb(218,75,168); }

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

border-color css

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

 span { border-color: rgb(218,75,168); }

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