Html Css Color HEX #DA48A3 Mulberry

📋 copy color: '#DA48A3'

red 218 ◦ green 72 ◦ blue 163

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

Shades of Mulberry #DA48A3

Tints of Mulberry #DA48A3

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.89%

 BLUE value IS 163 (64.06% from 255) = 35.98%

R = 48.12%
G = 15.89%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#DA48A3 (or 0xDA48A3) is known color: Mulberry. HEX triplet: DA, 48 and A3. RGB value is (218,72,163). Sum of RGB (Red+Green+Blue) = 218+72+163=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 72 (28.52% from 255 or 15.89% from 453); Blue value is 163 (64.06% from 255 or 35.98% from 453); Max value from RGB is 218 - color contains mainly: red. Hex color #DA48A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA48A3 is #25B75C. Grayscale: #7D7D7D. Windows color (decimal): -2471773 or 10701018. OLE color: 10701018.

HSL color Cylindrical-coordinate representation of color #DA48A3: hue angle of 322.6º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DA48A3 is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 72 163 -
CMYK 0 0.67 0.25 0.15
HSL 322.6º 0.66% 0.57% -
HSV(B) 322.6º 0.67% 0.85% -
XYZ 37.84 22.18 36.94 -
YUV 126.03 148.87 193.6 -
System Red Green Blue C M Y K H S L
Decimal 218 72 163 0 0.67 0.25 0.15 322.6 0.66 0.57
Hex DA 48 A3 0 43 19 F 143 42 39
Octal 332 110 243 0 103 31 17 503 102 71
Binary 11011010 1001000 10100011 0 1000011 11001 1111 101000011 1000010 111001

Color Harmonies of #DA48A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA48A3

Black with #DA48A3

Text Example


Text Example

White with #DA48A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA48A3; }

 p { color: rgb(218,72,163); }

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

background-color css

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

 a { background-color: rgb(218,72,163); }

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

border-color css

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

 span { border-color: rgb(218,72,163); }

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