Html Css Color HEX #D334D1 Fuchsia

📋 copy color: '#D334D1'

red 211 ◦ green 52 ◦ blue 209

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

Shades of Fuchsia #D334D1

Tints of Fuchsia #D334D1

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.02%

 BLUE value IS 209 (82.03% from 255) = 44.28%

R = 44.7%
G = 11.02%
B = 44.28%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.01

 K value IS 0.17

RGB Variations

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

Color information

#D334D1 (or 0xD334D1) is known color: Fuchsia. HEX triplet: D3, 34 and D1. RGB value is (211,52,209). Sum of RGB (Red+Green+Blue) = 211+52+209=472 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.70% from 472); Green value is 52 (20.70% from 255 or 11.02% from 472); Blue value is 209 (82.03% from 255 or 44.28% from 472); Max value from RGB is 211 - color contains mainly: red. Hex color #D334D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D334D1 is #2CCB2E. Grayscale: #747474. Windows color (decimal): -2935599 or 13710547. OLE color: 13710547.

HSL color Cylindrical-coordinate representation of color #D334D1: hue angle of 300.75º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D334D1 is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 52 209 -
CMYK 0 0.75 0.01 0.17
HSL 300.75º 0.64% 0.52% -
HSV(B) 300.75º 0.75% 0.83% -
XYZ 39.6 20.91 62.27 -
YUV 117.44 179.68 194.73 -
System Red Green Blue C M Y K H S L
Decimal 211 52 209 0 0.75 0.01 0.17 300.75 0.64 0.52
Hex D3 34 D1 0 4B 1 11 12D 40 34
Octal 323 64 321 0 113 1 21 455 100 64
Binary 11010011 110100 11010001 0 1001011 1 10001 100101101 1000000 110100

Color Harmonies of #D334D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D334D1

Black with #D334D1

Text Example


Text Example

White with #D334D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D334D1; }

 p { color: rgb(211,52,209); }

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

background-color css

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

 a { background-color: rgb(211,52,209); }

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

border-color css

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

 span { border-color: rgb(211,52,209); }

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