Html Css Color HEX #D352B9 Fuchsia

📋 copy color: '#D352B9'

red 211 ◦ green 82 ◦ blue 185

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

Shades of Fuchsia #D352B9

Tints of Fuchsia #D352B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 38.7%

R = 44.14%
G = 17.15%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D352B9 (or 0xD352B9) is known color: Fuchsia. HEX triplet: D3, 52 and B9. RGB value is (211,82,185). Sum of RGB (Red+Green+Blue) = 211+82+185=478 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.14% from 478); Green value is 82 (32.42% from 255 or 17.15% from 478); Blue value is 185 (72.66% from 255 or 38.70% from 478); Max value from RGB is 211 - color contains mainly: red. Hex color #D352B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D352B9 is #2CAD46. Grayscale: #848484. Windows color (decimal): -2927943 or 12145363. OLE color: 12145363.

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

Color convert

RGB 211 82 185 -
CMYK 0 0.61 0.12 0.17
HSL 312.09º 0.59% 0.57% -
HSV(B) 312.09º 0.61% 0.83% -
XYZ 38.64 23.39 48.38 -
YUV 132.31 157.74 184.12 -
System Red Green Blue C M Y K H S L
Decimal 211 82 185 0 0.61 0.12 0.17 312.09 0.59 0.57
Hex D3 52 B9 0 3D C 11 138 3B 39
Octal 323 122 271 0 75 14 21 470 73 71
Binary 11010011 1010010 10111001 0 111101 1100 10001 100111000 111011 111001

Color Harmonies of #D352B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D352B9

Black with #D352B9

Text Example


Text Example

White with #D352B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D352B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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