Html Css Color HEX #DA4697 Mulberry

📋 copy color: '#DA4697'

red 218 ◦ green 70 ◦ blue 151

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

Shades of Mulberry #DA4697

Tints of Mulberry #DA4697

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 34.4%

R = 49.66%
G = 15.95%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#DA4697 (or 0xDA4697) is known color: Mulberry. HEX triplet: DA, 46 and 97. RGB value is (218,70,151). Sum of RGB (Red+Green+Blue) = 218+70+151=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 70 (27.73% from 255 or 15.95% from 439); Blue value is 151 (59.38% from 255 or 34.40% from 439); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4697 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4697 is #25B968. Grayscale: #7B7B7B. Windows color (decimal): -2472297 or 9914074. OLE color: 9914074.

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

Color convert

RGB 218 70 151 -
CMYK 0 0.68 0.31 0.15
HSL 327.16º 0.67% 0.56% -
HSV(B) 327.16º 0.68% 0.85% -
XYZ 36.69 21.52 31.5 -
YUV 123.49 143.53 195.41 -
System Red Green Blue C M Y K H S L
Decimal 218 70 151 0 0.68 0.31 0.15 327.16 0.67 0.56
Hex DA 46 97 0 44 1F F 147 43 38
Octal 332 106 227 0 104 37 17 507 103 70
Binary 11011010 1000110 10010111 0 1000100 11111 1111 101000111 1000011 111000

Color Harmonies of #DA4697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4697

Black with #DA4697

Text Example


Text Example

White with #DA4697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4697; }

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

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

background-color css

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

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

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

border-color css

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

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

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