Html Css Color HEX #DA4CA4 Mulberry

📋 copy color: '#DA4CA4'

red 218 ◦ green 76 ◦ blue 164

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

Shades of Mulberry #DA4CA4

Tints of Mulberry #DA4CA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 35.81%

R = 47.6%
G = 16.59%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#DA4CA4 (or 0xDA4CA4) is known color: Mulberry. HEX triplet: DA, 4C and A4. RGB value is (218,76,164). Sum of RGB (Red+Green+Blue) = 218+76+164=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 76 (30.08% from 255 or 16.59% from 458); Blue value is 164 (64.45% from 255 or 35.81% from 458); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4CA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4CA4 is #25B35B. Grayscale: #808080. Windows color (decimal): -2470748 or 10767578. OLE color: 10767578.

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

Color convert

RGB 218 76 164 -
CMYK 0 0.65 0.25 0.15
HSL 322.82º 0.66% 0.58% -
HSV(B) 322.82º 0.65% 0.85% -
XYZ 38.2 22.75 37.5 -
YUV 128.49 148.04 191.84 -
System Red Green Blue C M Y K H S L
Decimal 218 76 164 0 0.65 0.25 0.15 322.82 0.66 0.58
Hex DA 4C A4 0 41 19 F 143 42 3A
Octal 332 114 244 0 101 31 17 503 102 72
Binary 11011010 1001100 10100100 0 1000001 11001 1111 101000011 1000010 111010

Color Harmonies of #DA4CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4CA4

Black with #DA4CA4

Text Example


Text Example

White with #DA4CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4CA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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