Html Css Color HEX #DA4B93 Mulberry

📋 copy color: '#DA4B93'

red 218 ◦ green 75 ◦ blue 147

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

Shades of Mulberry #DA4B93

Tints of Mulberry #DA4B93

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.05%

 BLUE value IS 147 (57.81% from 255) = 33.41%

R = 49.55%
G = 17.05%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA4B93 (or 0xDA4B93) is known color: Mulberry. HEX triplet: DA, 4B and 93. RGB value is (218,75,147). Sum of RGB (Red+Green+Blue) = 218+75+147=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 75 (29.69% from 255 or 17.05% from 440); Blue value is 147 (57.81% from 255 or 33.41% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4B93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4B93 is #25B46C. Grayscale: #7D7D7D. Windows color (decimal): -2471021 or 9653210. OLE color: 9653210.

HSL color Cylindrical-coordinate representation of color #DA4B93: hue angle of 329.79º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DA4B93 is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 75 147 -
CMYK 0 0.66 0.33 0.15
HSL 329.79º 0.66% 0.57% -
HSV(B) 329.79º 0.66% 0.85% -
XYZ 36.7 22.04 29.92 -
YUV 125.97 139.88 193.65 -
System Red Green Blue C M Y K H S L
Decimal 218 75 147 0 0.66 0.33 0.15 329.79 0.66 0.57
Hex DA 4B 93 0 42 21 F 14A 42 39
Octal 332 113 223 0 102 41 17 512 102 71
Binary 11011010 1001011 10010011 0 1000010 100001 1111 101001010 1000010 111001

Color Harmonies of #DA4B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4B93

Black with #DA4B93

Text Example


Text Example

White with #DA4B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4B93; }

 p { color: rgb(218,75,147); }

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

background-color css

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

 a { background-color: rgb(218,75,147); }

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

border-color css

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

 span { border-color: rgb(218,75,147); }

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