Html Css Color HEX #D745A7 Mulberry

📋 copy color: '#D745A7'

red 215 ◦ green 69 ◦ blue 167

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

Shades of Mulberry #D745A7

Tints of Mulberry #D745A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 37.03%

R = 47.67%
G = 15.3%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D745A7 (or 0xD745A7) is known color: Mulberry. HEX triplet: D7, 45 and A7. RGB value is (215,69,167). Sum of RGB (Red+Green+Blue) = 215+69+167=451 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.67% from 451); Green value is 69 (27.34% from 255 or 15.30% from 451); Blue value is 167 (65.62% from 255 or 37.03% from 451); Max value from RGB is 215 - color contains mainly: red. Hex color #D745A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D745A7 is #28BA58. Grayscale: #7B7B7B. Windows color (decimal): -2669145 or 10962391. OLE color: 10962391.

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

Color convert

RGB 215 69 167 -
CMYK 0 0.68 0.22 0.16
HSL 319.73º 0.65% 0.56% -
HSV(B) 319.73º 0.68% 0.84% -
XYZ 37.13 21.49 38.75 -
YUV 123.83 152.37 193.03 -
System Red Green Blue C M Y K H S L
Decimal 215 69 167 0 0.68 0.22 0.16 319.73 0.65 0.56
Hex D7 45 A7 0 44 16 10 140 41 38
Octal 327 105 247 0 104 26 20 500 101 70
Binary 11010111 1000101 10100111 0 1000100 10110 10000 101000000 1000001 111000

Color Harmonies of #D745A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D745A7

Black with #D745A7

Text Example


Text Example

White with #D745A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D745A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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