Html Css Color HEX #DA478F Mulberry

📋 copy color: '#DA478F'

red 218 ◦ green 71 ◦ blue 143

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

Shades of Mulberry #DA478F

Tints of Mulberry #DA478F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.1%

R = 50.46%
G = 16.44%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DA478F (or 0xDA478F) is known color: Mulberry. HEX triplet: DA, 47 and 8F. RGB value is (218,71,143). Sum of RGB (Red+Green+Blue) = 218+71+143=432 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.46% from 432); Green value is 71 (28.12% from 255 or 16.44% from 432); Blue value is 143 (56.25% from 255 or 33.10% from 432); Max value from RGB is 218 - color contains mainly: red. Hex color #DA478F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA478F is #25B870. Grayscale: #7B7B7B. Windows color (decimal): -2472049 or 9390042. OLE color: 9390042.

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

Color convert

RGB 218 71 143 -
CMYK 0 0.67 0.34 0.15
HSL 330.61º 0.67% 0.57% -
HSV(B) 330.61º 0.67% 0.85% -
XYZ 36.12 21.4 28.21 -
YUV 123.16 139.2 195.65 -
System Red Green Blue C M Y K H S L
Decimal 218 71 143 0 0.67 0.34 0.15 330.61 0.67 0.57
Hex DA 47 8F 0 43 22 F 14B 43 39
Octal 332 107 217 0 103 42 17 513 103 71
Binary 11011010 1000111 10001111 0 1000011 100010 1111 101001011 1000011 111001

Color Harmonies of #DA478F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA478F

Black with #DA478F

Text Example


Text Example

White with #DA478F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA478F; }

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

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

background-color css

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

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

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

border-color css

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

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

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