Html Css Color HEX #D35297 Mulberry

📋 copy color: '#D35297'

red 211 ◦ green 82 ◦ blue 151

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

Shades of Mulberry #D35297

Tints of Mulberry #D35297

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.47%

 BLUE value IS 151 (59.38% from 255) = 34.01%

R = 47.52%
G = 18.47%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.28

 K value IS 0.17

RGB Variations

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

Color information

#D35297 (or 0xD35297) is known color: Mulberry. HEX triplet: D3, 52 and 97. RGB value is (211,82,151). Sum of RGB (Red+Green+Blue) = 211+82+151=444 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.52% from 444); Green value is 82 (32.42% from 255 or 18.47% from 444); Blue value is 151 (59.38% from 255 or 34.01% from 444); Max value from RGB is 211 - color contains mainly: red. Hex color #D35297 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D35297 is #2CAD68. Grayscale: #808080. Windows color (decimal): -2927977 or 9917139. OLE color: 9917139.

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

Color convert

RGB 211 82 151 -
CMYK 0 0.61 0.28 0.17
HSL 327.91º 0.59% 0.57% -
HSV(B) 327.91º 0.61% 0.83% -
XYZ 35.47 22.12 31.68 -
YUV 128.44 140.74 186.89 -
System Red Green Blue C M Y K H S L
Decimal 211 82 151 0 0.61 0.28 0.17 327.91 0.59 0.57
Hex D3 52 97 0 3D 1C 11 148 3B 39
Octal 323 122 227 0 75 34 21 510 73 71
Binary 11010011 1010010 10010111 0 111101 11100 10001 101001000 111011 111001

Color Harmonies of #D35297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35297

Black with #D35297

Text Example


Text Example

White with #D35297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35297; }

 p { color: rgb(211,82,151); }

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

background-color css

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

 a { background-color: rgb(211,82,151); }

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

border-color css

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

 span { border-color: rgb(211,82,151); }

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