Html Css Color HEX #D352AF Fuchsia

📋 copy color: '#D352AF'

red 211 ◦ green 82 ◦ blue 175

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

Shades of Fuchsia #D352AF

Tints of Fuchsia #D352AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.39%

R = 45.09%
G = 17.52%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.17

 K value IS 0.17

RGB Variations

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

Color information

#D352AF (or 0xD352AF) is known color: Fuchsia. HEX triplet: D3, 52 and AF. RGB value is (211,82,175). Sum of RGB (Red+Green+Blue) = 211+82+175=468 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.09% from 468); Green value is 82 (32.42% from 255 or 17.52% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 211 - color contains mainly: red. Hex color #D352AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D352AF is #2CAD50. Grayscale: #828282. Windows color (decimal): -2927953 or 11490003. OLE color: 11490003.

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

Color convert

RGB 211 82 175 -
CMYK 0 0.61 0.17 0.17
HSL 316.74º 0.59% 0.57% -
HSV(B) 316.74º 0.61% 0.83% -
XYZ 37.62 22.98 43.01 -
YUV 131.17 152.74 184.94 -
System Red Green Blue C M Y K H S L
Decimal 211 82 175 0 0.61 0.17 0.17 316.74 0.59 0.57
Hex D3 52 AF 0 3D 11 11 13D 3B 39
Octal 323 122 257 0 75 21 21 475 73 71
Binary 11010011 1010010 10101111 0 111101 10001 10001 100111101 111011 111001

Color Harmonies of #D352AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D352AF

Black with #D352AF

Text Example


Text Example

White with #D352AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D352AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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