Html Css Color HEX #D75693 Mulberry

📋 copy color: '#D75693'

red 215 ◦ green 86 ◦ blue 147

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

Shades of Mulberry #D75693

Tints of Mulberry #D75693

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.2%

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

R = 47.99%
G = 19.2%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D75693 (or 0xD75693) is known color: Mulberry. HEX triplet: D7, 56 and 93. RGB value is (215,86,147). Sum of RGB (Red+Green+Blue) = 215+86+147=448 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.99% from 448); Green value is 86 (33.98% from 255 or 19.20% from 448); Blue value is 147 (57.81% from 255 or 32.81% from 448); Max value from RGB is 215 - color contains mainly: red. Hex color #D75693 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75693 is #28A96C. Grayscale: #838383. Windows color (decimal): -2664813 or 9656023. OLE color: 9656023.

HSL color Cylindrical-coordinate representation of color #D75693: hue angle of 331.63º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D75693 is Cyan = 0, Magento = 0.6, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 86 147 -
CMYK 0 0.6 0.32 0.16
HSL 331.63º 0.62% 0.59% -
HSV(B) 331.63º 0.6% 0.84% -
XYZ 36.62 23.21 30.15 -
YUV 131.53 136.74 187.54 -
System Red Green Blue C M Y K H S L
Decimal 215 86 147 0 0.6 0.32 0.16 331.63 0.62 0.59
Hex D7 56 93 0 3C 20 10 14C 3E 3B
Octal 327 126 223 0 74 40 20 514 76 73
Binary 11010111 1010110 10010011 0 111100 100000 10000 101001100 111110 111011

Color Harmonies of #D75693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75693

Black with #D75693

Text Example


Text Example

White with #D75693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75693; }

 p { color: rgb(215,86,147); }

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

background-color css

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

 a { background-color: rgb(215,86,147); }

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

border-color css

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

 span { border-color: rgb(215,86,147); }

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