Html Css Color HEX #D352AD Fuchsia

📋 copy color: '#D352AD'

red 211 ◦ green 82 ◦ blue 173

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

Shades of Fuchsia #D352AD

Tints of Fuchsia #D352AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.12%

R = 45.28%
G = 17.6%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D352AD (or 0xD352AD) is known color: Fuchsia. HEX triplet: D3, 52 and AD. RGB value is (211,82,173). Sum of RGB (Red+Green+Blue) = 211+82+173=466 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.28% from 466); Green value is 82 (32.42% from 255 or 17.60% from 466); Blue value is 173 (67.97% from 255 or 37.12% from 466); Max value from RGB is 211 - color contains mainly: red. Hex color #D352AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D352AD is #2CAD52. Grayscale: #828282. Windows color (decimal): -2927955 or 11358931. OLE color: 11358931.

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

Color convert

RGB 211 82 173 -
CMYK 0 0.61 0.18 0.17
HSL 317.67º 0.59% 0.57% -
HSV(B) 317.67º 0.61% 0.83% -
XYZ 37.42 22.9 41.98 -
YUV 130.95 151.74 185.1 -
System Red Green Blue C M Y K H S L
Decimal 211 82 173 0 0.61 0.18 0.17 317.67 0.59 0.57
Hex D3 52 AD 0 3D 12 11 13E 3B 39
Octal 323 122 255 0 75 22 21 476 73 71
Binary 11010011 1010010 10101101 0 111101 10010 10001 100111110 111011 111001

Color Harmonies of #D352AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D352AD

Black with #D352AD

Text Example


Text Example

White with #D352AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D352AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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