Html Css Color HEX #DA459B Mulberry

📋 copy color: '#DA459B'

red 218 ◦ green 69 ◦ blue 155

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

Shades of Mulberry #DA459B

Tints of Mulberry #DA459B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.61%

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

R = 49.32%
G = 15.61%
B = 35.07%

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

#DA459B (or 0xDA459B) is known color: Mulberry. HEX triplet: DA, 45 and 9B. RGB value is (218,69,155). Sum of RGB (Red+Green+Blue) = 218+69+155=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 69 (27.34% from 255 or 15.61% from 442); Blue value is 155 (60.94% from 255 or 35.07% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DA459B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA459B is #25BA64. Grayscale: #7B7B7B. Windows color (decimal): -2472549 or 10175962. OLE color: 10175962.

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

Color convert

RGB 218 69 155 -
CMYK 0 0.68 0.29 0.15
HSL 325.37º 0.67% 0.56% -
HSV(B) 325.37º 0.68% 0.85% -
XYZ 36.96 21.53 33.22 -
YUV 123.36 145.86 195.51 -
System Red Green Blue C M Y K H S L
Decimal 218 69 155 0 0.68 0.29 0.15 325.37 0.67 0.56
Hex DA 45 9B 0 44 1D F 145 43 38
Octal 332 105 233 0 104 35 17 505 103 70
Binary 11011010 1000101 10011011 0 1000100 11101 1111 101000101 1000011 111000

Color Harmonies of #DA459B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA459B

Black with #DA459B

Text Example


Text Example

White with #DA459B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA459B; }

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

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

background-color css

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

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

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

border-color css

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

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

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