Html Css Color HEX #DA4A8E Mulberry

📋 copy color: '#DA4A8E'

red 218 ◦ green 74 ◦ blue 142

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

Shades of Mulberry #DA4A8E

Tints of Mulberry #DA4A8E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.05%

 BLUE value IS 142 (55.86% from 255) = 32.72%

R = 50.23%
G = 17.05%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA4A8E (or 0xDA4A8E) is known color: Mulberry. HEX triplet: DA, 4A and 8E. RGB value is (218,74,142). Sum of RGB (Red+Green+Blue) = 218+74+142=434 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.23% from 434); Green value is 74 (29.30% from 255 or 17.05% from 434); Blue value is 142 (55.86% from 255 or 32.72% from 434); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4A8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4A8E is #25B571. Grayscale: #7C7C7C. Windows color (decimal): -2471282 or 9325274. OLE color: 9325274.

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

Color convert

RGB 218 74 142 -
CMYK 0 0.66 0.35 0.15
HSL 331.67º 0.66% 0.57% -
HSV(B) 331.67º 0.66% 0.85% -
XYZ 36.24 21.76 27.88 -
YUV 124.81 137.71 194.47 -
System Red Green Blue C M Y K H S L
Decimal 218 74 142 0 0.66 0.35 0.15 331.67 0.66 0.57
Hex DA 4A 8E 0 42 23 F 14C 42 39
Octal 332 112 216 0 102 43 17 514 102 71
Binary 11011010 1001010 10001110 0 1000010 100011 1111 101001100 1000010 111001

Color Harmonies of #DA4A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4A8E

Black with #DA4A8E

Text Example


Text Example

White with #DA4A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4A8E; }

 p { color: rgb(218,74,142); }

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

background-color css

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

 a { background-color: rgb(218,74,142); }

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

border-color css

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

 span { border-color: rgb(218,74,142); }

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