Html Css Color HEX #DA41A7 Mulberry

📋 copy color: '#DA41A7'

red 218 ◦ green 65 ◦ blue 167

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

Shades of Mulberry #DA41A7

Tints of Mulberry #DA41A7

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.44%

 BLUE value IS 167 (65.63% from 255) = 37.11%

R = 48.44%
G = 14.44%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#DA41A7 (or 0xDA41A7) is known color: Mulberry. HEX triplet: DA, 41 and A7. RGB value is (218,65,167). Sum of RGB (Red+Green+Blue) = 218+65+167=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 65 (25.78% from 255 or 14.44% from 450); Blue value is 167 (65.62% from 255 or 37.11% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DA41A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA41A7 is #25BE58. Grayscale: #7A7A7A. Windows color (decimal): -2473561 or 10961370. OLE color: 10961370.

HSL color Cylindrical-coordinate representation of color #DA41A7: hue angle of 320º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DA41A7 is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 65 167 -
CMYK 0 0.70 0.23 0.15
HSL 320º 0.67% 0.55% -
HSV(B) 320º 0.7% 0.85% -
XYZ 37.78 21.48 38.71 -
YUV 122.38 153.19 196.21 -
System Red Green Blue C M Y K H S L
Decimal 218 65 167 0 0.70 0.23 0.15 320 0.67 0.55
Hex DA 41 A7 0 46 17 F 140 43 37
Octal 332 101 247 0 106 27 17 500 103 67
Binary 11011010 1000001 10100111 0 1000110 10111 1111 101000000 1000011 110111

Color Harmonies of #DA41A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA41A7

Black with #DA41A7

Text Example


Text Example

White with #DA41A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA41A7; }

 p { color: rgb(218,65,167); }

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

background-color css

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

 a { background-color: rgb(218,65,167); }

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

border-color css

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

 span { border-color: rgb(218,65,167); }

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