Html Css Color HEX #D744A0 Mulberry

📋 copy color: '#D744A0'

red 215 ◦ green 68 ◦ blue 160

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

Shades of Mulberry #D744A0

Tints of Mulberry #D744A0

RGB

 RED value IS 215 (84.38% from 255) = 48.53%

 GREEN value IS 68 (26.95% from 255) = 15.35%

 BLUE value IS 160 (62.89% from 255) = 36.12%

R = 48.53%
G = 15.35%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D744A0 (or 0xD744A0) is known color: Mulberry. HEX triplet: D7, 44 and A0. RGB value is (215,68,160). Sum of RGB (Red+Green+Blue) = 215+68+160=443 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.53% from 443); Green value is 68 (26.95% from 255 or 15.35% from 443); Blue value is 160 (62.89% from 255 or 36.12% from 443); Max value from RGB is 215 - color contains mainly: red. Hex color #D744A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D744A0 is #28BB5F. Grayscale: #7A7A7A. Windows color (decimal): -2669408 or 10503383. OLE color: 10503383.

HSL color Cylindrical-coordinate representation of color #D744A0: hue angle of 322.45º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D744A0 is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 68 160 -
CMYK 0 0.68 0.26 0.16
HSL 322.45º 0.65% 0.55% -
HSV(B) 322.45º 0.68% 0.84% -
XYZ 36.44 21.12 35.41 -
YUV 122.44 149.2 194.02 -
System Red Green Blue C M Y K H S L
Decimal 215 68 160 0 0.68 0.26 0.16 322.45 0.65 0.55
Hex D7 44 A0 0 44 1A 10 142 41 37
Octal 327 104 240 0 104 32 20 502 101 67
Binary 11010111 1000100 10100000 0 1000100 11010 10000 101000010 1000001 110111

Color Harmonies of #D744A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D744A0

Black with #D744A0

Text Example


Text Example

White with #D744A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D744A0; }

 p { color: rgb(215,68,160); }

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

background-color css

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

 a { background-color: rgb(215,68,160); }

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

border-color css

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

 span { border-color: rgb(215,68,160); }

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