Html Css Color HEX #D351A4 Mulberry

📋 copy color: '#D351A4'

red 211 ◦ green 81 ◦ blue 164

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

Shades of Mulberry #D351A4

Tints of Mulberry #D351A4

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.76%

 BLUE value IS 164 (64.45% from 255) = 35.96%

R = 46.27%
G = 17.76%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.22

 K value IS 0.17

RGB Variations

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

Color information

#D351A4 (or 0xD351A4) is known color: Mulberry. HEX triplet: D3, 51 and A4. RGB value is (211,81,164). Sum of RGB (Red+Green+Blue) = 211+81+164=456 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.27% from 456); Green value is 81 (32.03% from 255 or 17.76% from 456); Blue value is 164 (64.45% from 255 or 35.96% from 456); Max value from RGB is 211 - color contains mainly: red. Hex color #D351A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D351A4 is #2CAE5B. Grayscale: #818181. Windows color (decimal): -2928220 or 10768851. OLE color: 10768851.

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

Color convert

RGB 211 81 164 -
CMYK 0 0.62 0.22 0.17
HSL 321.69º 0.6% 0.57% -
HSV(B) 321.69º 0.62% 0.83% -
XYZ 36.51 22.41 37.52 -
YUV 129.33 147.57 186.25 -
System Red Green Blue C M Y K H S L
Decimal 211 81 164 0 0.62 0.22 0.17 321.69 0.6 0.57
Hex D3 51 A4 0 3E 16 11 142 3C 39
Octal 323 121 244 0 76 26 21 502 74 71
Binary 11010011 1010001 10100100 0 111110 10110 10001 101000010 111100 111001

Color Harmonies of #D351A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D351A4

Black with #D351A4

Text Example


Text Example

White with #D351A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D351A4; }

 p { color: rgb(211,81,164); }

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

background-color css

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

 a { background-color: rgb(211,81,164); }

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

border-color css

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

 span { border-color: rgb(211,81,164); }

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