Html Css Color HEX #D35698 Mulberry

📋 copy color: '#D35698'

red 211 ◦ green 86 ◦ blue 152

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

Shades of Mulberry #D35698

Tints of Mulberry #D35698

RGB

 RED value IS 211 (82.81% from 255) = 46.99%

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

 BLUE value IS 152 (59.77% from 255) = 33.85%

R = 46.99%
G = 19.15%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.28

 K value IS 0.17

RGB Variations

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

Color information

#D35698 (or 0xD35698) is known color: Mulberry. HEX triplet: D3, 56 and 98. RGB value is (211,86,152). Sum of RGB (Red+Green+Blue) = 211+86+152=449 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.99% from 449); Green value is 86 (33.98% from 255 or 19.15% from 449); Blue value is 152 (59.77% from 255 or 33.85% from 449); Max value from RGB is 211 - color contains mainly: red. Hex color #D35698 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D35698 is #2CA967. Grayscale: #828282. Windows color (decimal): -2926952 or 9983699. OLE color: 9983699.

HSL color Cylindrical-coordinate representation of color #D35698: hue angle of 328.32º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D35698 is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 86 152 -
CMYK 0 0.59 0.28 0.17
HSL 328.32º 0.59% 0.58% -
HSV(B) 328.32º 0.59% 0.83% -
XYZ 35.86 22.77 32.21 -
YUV 130.9 139.91 185.13 -
System Red Green Blue C M Y K H S L
Decimal 211 86 152 0 0.59 0.28 0.17 328.32 0.59 0.58
Hex D3 56 98 0 3B 1C 11 148 3B 3A
Octal 323 126 230 0 73 34 21 510 73 72
Binary 11010011 1010110 10011000 0 111011 11100 10001 101001000 111011 111010

Color Harmonies of #D35698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35698

Black with #D35698

Text Example


Text Example

White with #D35698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35698; }

 p { color: rgb(211,86,152); }

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

background-color css

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

 a { background-color: rgb(211,86,152); }

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

border-color css

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

 span { border-color: rgb(211,86,152); }

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