Html Css Color HEX #DA4B9D Mulberry

📋 copy color: '#DA4B9D'

red 218 ◦ green 75 ◦ blue 157

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

Shades of Mulberry #DA4B9D

Tints of Mulberry #DA4B9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 34.89%

R = 48.44%
G = 16.67%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DA4B9D (or 0xDA4B9D) is known color: Mulberry. HEX triplet: DA, 4B and 9D. RGB value is (218,75,157). Sum of RGB (Red+Green+Blue) = 218+75+157=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 75 (29.69% from 255 or 16.67% from 450); Blue value is 157 (61.72% from 255 or 34.89% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4B9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4B9D is #25B462. Grayscale: #7E7E7E. Windows color (decimal): -2471011 or 10308570. OLE color: 10308570.

HSL color Cylindrical-coordinate representation of color #DA4B9D: hue angle of 325.59º 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 #DA4B9D is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 75 157 -
CMYK 0 0.66 0.28 0.15
HSL 325.59º 0.66% 0.57% -
HSV(B) 325.59º 0.66% 0.85% -
XYZ 37.52 22.37 34.24 -
YUV 127.11 144.88 192.83 -
System Red Green Blue C M Y K H S L
Decimal 218 75 157 0 0.66 0.28 0.15 325.59 0.66 0.57
Hex DA 4B 9D 0 42 1C F 146 42 39
Octal 332 113 235 0 102 34 17 506 102 71
Binary 11011010 1001011 10011101 0 1000010 11100 1111 101000110 1000010 111001

Color Harmonies of #DA4B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4B9D

Black with #DA4B9D

Text Example


Text Example

White with #DA4B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4B9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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