Html Css Color HEX #DA469B Mulberry

📋 copy color: '#DA469B'

red 218 ◦ green 70 ◦ blue 155

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

Shades of Mulberry #DA469B

Tints of Mulberry #DA469B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 34.99%

R = 49.21%
G = 15.8%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#DA469B (or 0xDA469B) is known color: Mulberry. HEX triplet: DA, 46 and 9B. RGB value is (218,70,155). Sum of RGB (Red+Green+Blue) = 218+70+155=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 70 (27.73% from 255 or 15.80% from 443); Blue value is 155 (60.94% from 255 or 34.99% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DA469B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA469B is #25B964. Grayscale: #7B7B7B. Windows color (decimal): -2472293 or 10176218. OLE color: 10176218.

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

Color convert

RGB 218 70 155 -
CMYK 0 0.68 0.29 0.15
HSL 325.54º 0.67% 0.56% -
HSV(B) 325.54º 0.68% 0.85% -
XYZ 37.02 21.65 33.24 -
YUV 123.94 145.53 195.09 -
System Red Green Blue C M Y K H S L
Decimal 218 70 155 0 0.68 0.29 0.15 325.54 0.67 0.56
Hex DA 46 9B 0 44 1D F 146 43 38
Octal 332 106 233 0 104 35 17 506 103 70
Binary 11011010 1000110 10011011 0 1000100 11101 1111 101000110 1000011 111000

Color Harmonies of #DA469B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA469B

Black with #DA469B

Text Example


Text Example

White with #DA469B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA469B; }

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

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

background-color css

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

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

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

border-color css

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

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

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