Html Css Color HEX #DA53A7 Mulberry

📋 copy color: '#DA53A7'

red 218 ◦ green 83 ◦ blue 167

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

Shades of Mulberry #DA53A7

Tints of Mulberry #DA53A7

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.74%

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

R = 46.58%
G = 17.74%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#DA53A7 (or 0xDA53A7) is known color: Mulberry. HEX triplet: DA, 53 and A7. RGB value is (218,83,167). Sum of RGB (Red+Green+Blue) = 218+83+167=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 83 (32.81% from 255 or 17.74% from 468); Blue value is 167 (65.62% from 255 or 35.68% from 468); Max value from RGB is 218 - color contains mainly: red. Hex color #DA53A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA53A7 is #25AC58. Grayscale: #848484. Windows color (decimal): -2468953 or 10965978. OLE color: 10965978.

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

Color convert

RGB 218 83 167 -
CMYK 0 0.62 0.23 0.15
HSL 322.67º 0.65% 0.59% -
HSV(B) 322.67º 0.62% 0.85% -
XYZ 38.98 23.88 39.11 -
YUV 132.94 147.23 188.67 -
System Red Green Blue C M Y K H S L
Decimal 218 83 167 0 0.62 0.23 0.15 322.67 0.65 0.59
Hex DA 53 A7 0 3E 17 F 143 41 3B
Octal 332 123 247 0 76 27 17 503 101 73
Binary 11011010 1010011 10100111 0 111110 10111 1111 101000011 1000001 111011

Color Harmonies of #DA53A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA53A7

Black with #DA53A7

Text Example


Text Example

White with #DA53A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA53A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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