Html Css Color HEX #D352A1 Mulberry

📋 copy color: '#D352A1'

red 211 ◦ green 82 ◦ blue 161

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

Shades of Mulberry #D352A1

Tints of Mulberry #D352A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 35.46%

R = 46.48%
G = 18.06%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.24

 K value IS 0.17

RGB Variations

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

Color information

#D352A1 (or 0xD352A1) is known color: Mulberry. HEX triplet: D3, 52 and A1. RGB value is (211,82,161). Sum of RGB (Red+Green+Blue) = 211+82+161=454 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.48% from 454); Green value is 82 (32.42% from 255 or 18.06% from 454); Blue value is 161 (63.28% from 255 or 35.46% from 454); Max value from RGB is 211 - color contains mainly: red. Hex color #D352A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D352A1 is #2CAD5E. Grayscale: #818181. Windows color (decimal): -2927967 or 10572499. OLE color: 10572499.

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

Color convert

RGB 211 82 161 -
CMYK 0 0.61 0.24 0.17
HSL 323.26º 0.59% 0.57% -
HSV(B) 323.26º 0.61% 0.83% -
XYZ 36.31 22.46 36.14 -
YUV 129.58 145.74 186.08 -
System Red Green Blue C M Y K H S L
Decimal 211 82 161 0 0.61 0.24 0.17 323.26 0.59 0.57
Hex D3 52 A1 0 3D 18 11 143 3B 39
Octal 323 122 241 0 75 30 21 503 73 71
Binary 11010011 1010010 10100001 0 111101 11000 10001 101000011 111011 111001

Color Harmonies of #D352A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D352A1

Black with #D352A1

Text Example


Text Example

White with #D352A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D352A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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