Html Css Color HEX #D745AA Mulberry

📋 copy color: '#D745AA'

red 215 ◦ green 69 ◦ blue 170

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

Shades of Mulberry #D745AA

Tints of Mulberry #D745AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.44%

R = 47.36%
G = 15.2%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D745AA (or 0xD745AA) is known color: Mulberry. HEX triplet: D7, 45 and AA. RGB value is (215,69,170). Sum of RGB (Red+Green+Blue) = 215+69+170=454 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.36% from 454); Green value is 69 (27.34% from 255 or 15.20% from 454); Blue value is 170 (66.80% from 255 or 37.44% from 454); Max value from RGB is 215 - color contains mainly: red. Hex color #D745AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D745AA is #28BA55. Grayscale: #7B7B7B. Windows color (decimal): -2669142 or 11158999. OLE color: 11158999.

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

Color convert

RGB 215 69 170 -
CMYK 0 0.68 0.21 0.16
HSL 318.49º 0.65% 0.56% -
HSV(B) 318.49º 0.68% 0.84% -
XYZ 37.41 21.61 40.23 -
YUV 124.17 153.87 192.79 -
System Red Green Blue C M Y K H S L
Decimal 215 69 170 0 0.68 0.21 0.16 318.49 0.65 0.56
Hex D7 45 AA 0 44 15 10 13E 41 38
Octal 327 105 252 0 104 25 20 476 101 70
Binary 11010111 1000101 10101010 0 1000100 10101 10000 100111110 1000001 111000

Color Harmonies of #D745AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D745AA

Black with #D745AA

Text Example


Text Example

White with #D745AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D745AA; }

 p { color: rgb(215,69,170); }

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

background-color css

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

 a { background-color: rgb(215,69,170); }

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

border-color css

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

 span { border-color: rgb(215,69,170); }

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