Html Css Color HEX #D75694 Mulberry

📋 copy color: '#D75694'

red 215 ◦ green 86 ◦ blue 148

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

Shades of Mulberry #D75694

Tints of Mulberry #D75694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 32.96%

R = 47.88%
G = 19.15%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D75694 (or 0xD75694) is known color: Mulberry. HEX triplet: D7, 56 and 94. RGB value is (215,86,148). Sum of RGB (Red+Green+Blue) = 215+86+148=449 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.88% from 449); Green value is 86 (33.98% from 255 or 19.15% from 449); Blue value is 148 (58.20% from 255 or 32.96% from 449); Max value from RGB is 215 - color contains mainly: red. Hex color #D75694 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75694 is #28A96B. Grayscale: #838383. Windows color (decimal): -2664812 or 9721559. OLE color: 9721559.

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

Color convert

RGB 215 86 148 -
CMYK 0 0.6 0.31 0.16
HSL 331.16º 0.62% 0.59% -
HSV(B) 331.16º 0.6% 0.84% -
XYZ 36.7 23.24 30.57 -
YUV 131.64 137.24 187.46 -
System Red Green Blue C M Y K H S L
Decimal 215 86 148 0 0.6 0.31 0.16 331.16 0.62 0.59
Hex D7 56 94 0 3C 1F 10 14B 3E 3B
Octal 327 126 224 0 74 37 20 513 76 73
Binary 11010111 1010110 10010100 0 111100 11111 10000 101001011 111110 111011

Color Harmonies of #D75694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75694

Black with #D75694

Text Example


Text Example

White with #D75694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75694; }

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

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

background-color css

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

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

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

border-color css

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

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

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