Html Css Color HEX #DA4CA5 Mulberry

📋 copy color: '#DA4CA5'

red 218 ◦ green 76 ◦ blue 165

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

Shades of Mulberry #DA4CA5

Tints of Mulberry #DA4CA5

RGB

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

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

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

R = 47.49%
G = 16.56%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#DA4CA5 (or 0xDA4CA5) is known color: Mulberry. HEX triplet: DA, 4C and A5. RGB value is (218,76,165). Sum of RGB (Red+Green+Blue) = 218+76+165=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 76 (30.08% from 255 or 16.56% from 459); Blue value is 165 (64.84% from 255 or 35.95% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4CA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4CA5 is #25B35A. Grayscale: #808080. Windows color (decimal): -2470747 or 10833114. OLE color: 10833114.

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

Color convert

RGB 218 76 165 -
CMYK 0 0.65 0.24 0.15
HSL 322.39º 0.66% 0.58% -
HSV(B) 322.39º 0.65% 0.85% -
XYZ 38.29 22.79 37.98 -
YUV 128.6 148.54 191.76 -
System Red Green Blue C M Y K H S L
Decimal 218 76 165 0 0.65 0.24 0.15 322.39 0.66 0.58
Hex DA 4C A5 0 41 18 F 142 42 3A
Octal 332 114 245 0 101 30 17 502 102 72
Binary 11011010 1001100 10100101 0 1000001 11000 1111 101000010 1000010 111010

Color Harmonies of #DA4CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4CA5

Black with #DA4CA5

Text Example


Text Example

White with #DA4CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4CA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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