Html Css Color HEX #DA478E Mulberry

📋 copy color: '#DA478E'

red 218 ◦ green 71 ◦ blue 142

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

Shades of Mulberry #DA478E

Tints of Mulberry #DA478E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.47%

 BLUE value IS 142 (55.86% from 255) = 32.95%

R = 50.58%
G = 16.47%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA478E (or 0xDA478E) is known color: Mulberry. HEX triplet: DA, 47 and 8E. RGB value is (218,71,142). Sum of RGB (Red+Green+Blue) = 218+71+142=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 71 (28.12% from 255 or 16.47% from 431); Blue value is 142 (55.86% from 255 or 32.95% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DA478E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA478E is #25B871. Grayscale: #7A7A7A. Windows color (decimal): -2472050 or 9324506. OLE color: 9324506.

HSL color Cylindrical-coordinate representation of color #DA478E: hue angle of 331.02º degrees, saturation: 0.67, 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 #DA478E is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 71 142 -
CMYK 0 0.67 0.35 0.15
HSL 331.02º 0.67% 0.57% -
HSV(B) 331.02º 0.67% 0.85% -
XYZ 36.05 21.36 27.82 -
YUV 123.05 138.7 195.73 -
System Red Green Blue C M Y K H S L
Decimal 218 71 142 0 0.67 0.35 0.15 331.02 0.67 0.57
Hex DA 47 8E 0 43 23 F 14B 43 39
Octal 332 107 216 0 103 43 17 513 103 71
Binary 11011010 1000111 10001110 0 1000011 100011 1111 101001011 1000011 111001

Color Harmonies of #DA478E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA478E

Black with #DA478E

Text Example


Text Example

White with #DA478E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA478E; }

 p { color: rgb(218,71,142); }

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

background-color css

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

 a { background-color: rgb(218,71,142); }

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

border-color css

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

 span { border-color: rgb(218,71,142); }

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