Html Css Color HEX #DA4CA2 Mulberry

📋 copy color: '#DA4CA2'

red 218 ◦ green 76 ◦ blue 162

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

Shades of Mulberry #DA4CA2

Tints of Mulberry #DA4CA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 35.53%

R = 47.81%
G = 16.67%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#DA4CA2 (or 0xDA4CA2) is known color: Mulberry. HEX triplet: DA, 4C and A2. RGB value is (218,76,162). Sum of RGB (Red+Green+Blue) = 218+76+162=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 76 (30.08% from 255 or 16.67% from 456); Blue value is 162 (63.67% from 255 or 35.53% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4CA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4CA2 is #25B35D. Grayscale: #808080. Windows color (decimal): -2470750 or 10636506. OLE color: 10636506.

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

Color convert

RGB 218 76 162 -
CMYK 0 0.65 0.26 0.15
HSL 323.66º 0.66% 0.58% -
HSV(B) 323.66º 0.65% 0.85% -
XYZ 38.02 22.68 36.56 -
YUV 128.26 147.04 192.01 -
System Red Green Blue C M Y K H S L
Decimal 218 76 162 0 0.65 0.26 0.15 323.66 0.66 0.58
Hex DA 4C A2 0 41 1A F 144 42 3A
Octal 332 114 242 0 101 32 17 504 102 72
Binary 11011010 1001100 10100010 0 1000001 11010 1111 101000100 1000010 111010

Color Harmonies of #DA4CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4CA2

Black with #DA4CA2

Text Example


Text Example

White with #DA4CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4CA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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