Html Css Color HEX #D35294 Mulberry

📋 copy color: '#D35294'

red 211 ◦ green 82 ◦ blue 148

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

Shades of Mulberry #D35294

Tints of Mulberry #D35294

RGB

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

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

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

R = 47.85%
G = 18.59%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#D35294 (or 0xD35294) is known color: Mulberry. HEX triplet: D3, 52 and 94. RGB value is (211,82,148). Sum of RGB (Red+Green+Blue) = 211+82+148=441 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.85% from 441); Green value is 82 (32.42% from 255 or 18.59% from 441); Blue value is 148 (58.20% from 255 or 33.56% from 441); Max value from RGB is 211 - color contains mainly: red. Hex color #D35294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D35294 is #2CAD6B. Grayscale: #7F7F7F. Windows color (decimal): -2927980 or 9720531. OLE color: 9720531.

HSL color Cylindrical-coordinate representation of color #D35294: hue angle of 329.3º 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 #D35294 is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 82 148 -
CMYK 0 0.61 0.30 0.17
HSL 329.3º 0.59% 0.57% -
HSV(B) 329.3º 0.61% 0.83% -
XYZ 35.23 22.02 30.41 -
YUV 128.1 139.24 187.13 -
System Red Green Blue C M Y K H S L
Decimal 211 82 148 0 0.61 0.30 0.17 329.3 0.59 0.57
Hex D3 52 94 0 3D 1E 11 149 3B 39
Octal 323 122 224 0 75 36 21 511 73 71
Binary 11010011 1010010 10010100 0 111101 11110 10001 101001001 111011 111001

Color Harmonies of #D35294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35294

Black with #D35294

Text Example


Text Example

White with #D35294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35294; }

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

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

background-color css

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

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

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

border-color css

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

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

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