Html Css Color HEX #DA4FA5 Mulberry

📋 copy color: '#DA4FA5'

red 218 ◦ green 79 ◦ blue 165

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

Shades of Mulberry #DA4FA5

Tints of Mulberry #DA4FA5

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.1%

 BLUE value IS 165 (64.84% from 255) = 35.71%

R = 47.19%
G = 17.1%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#DA4FA5 (or 0xDA4FA5) is known color: Mulberry. HEX triplet: DA, 4F and A5. RGB value is (218,79,165). Sum of RGB (Red+Green+Blue) = 218+79+165=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 79 (31.25% from 255 or 17.10% from 462); Blue value is 165 (64.84% from 255 or 35.71% from 462); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4FA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA4FA5 is #25B05A. Grayscale: #828282. Windows color (decimal): -2469979 or 10833882. OLE color: 10833882.

HSL color Cylindrical-coordinate representation of color #DA4FA5: hue angle of 322.88º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DA4FA5 is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 79 165 -
CMYK 0 0.64 0.24 0.15
HSL 322.88º 0.65% 0.58% -
HSV(B) 322.88º 0.64% 0.85% -
XYZ 38.5 23.21 38.05 -
YUV 130.37 147.55 190.51 -
System Red Green Blue C M Y K H S L
Decimal 218 79 165 0 0.64 0.24 0.15 322.88 0.65 0.58
Hex DA 4F A5 0 40 18 F 143 41 3A
Octal 332 117 245 0 100 30 17 503 101 72
Binary 11011010 1001111 10100101 0 1000000 11000 1111 101000011 1000001 111010

Color Harmonies of #DA4FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4FA5

Black with #DA4FA5

Text Example


Text Example

White with #DA4FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4FA5; }

 p { color: rgb(218,79,165); }

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

background-color css

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

 a { background-color: rgb(218,79,165); }

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

border-color css

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

 span { border-color: rgb(218,79,165); }

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