Html Css Color HEX #DA469D Mulberry

📋 copy color: '#DA469D'

red 218 ◦ green 70 ◦ blue 157

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

Shades of Mulberry #DA469D

Tints of Mulberry #DA469D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.73%

 BLUE value IS 157 (61.72% from 255) = 35.28%

R = 48.99%
G = 15.73%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DA469D (or 0xDA469D) is known color: Mulberry. HEX triplet: DA, 46 and 9D. RGB value is (218,70,157). Sum of RGB (Red+Green+Blue) = 218+70+157=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 70 (27.73% from 255 or 15.73% from 445); Blue value is 157 (61.72% from 255 or 35.28% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DA469D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA469D is #25B962. Grayscale: #7B7B7B. Windows color (decimal): -2472291 or 10307290. OLE color: 10307290.

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

Color convert

RGB 218 70 157 -
CMYK 0 0.68 0.28 0.15
HSL 324.73º 0.67% 0.56% -
HSV(B) 324.73º 0.68% 0.85% -
XYZ 37.19 21.72 34.13 -
YUV 124.17 146.53 194.93 -
System Red Green Blue C M Y K H S L
Decimal 218 70 157 0 0.68 0.28 0.15 324.73 0.67 0.56
Hex DA 46 9D 0 44 1C F 145 43 38
Octal 332 106 235 0 104 34 17 505 103 70
Binary 11011010 1000110 10011101 0 1000100 11100 1111 101000101 1000011 111000

Color Harmonies of #DA469D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA469D

Black with #DA469D

Text Example


Text Example

White with #DA469D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA469D; }

 p { color: rgb(218,70,157); }

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

background-color css

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

 a { background-color: rgb(218,70,157); }

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

border-color css

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

 span { border-color: rgb(218,70,157); }

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