Html Css Color HEX #D333D1 Fuchsia

📋 copy color: '#D333D1'

red 211 ◦ green 51 ◦ blue 209

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

Shades of Fuchsia #D333D1

Tints of Fuchsia #D333D1

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.83%

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

R = 44.8%
G = 10.83%
B = 44.37%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.01

 K value IS 0.17

RGB Variations

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

Color information

#D333D1 (or 0xD333D1) is known color: Fuchsia. HEX triplet: D3, 33 and D1. RGB value is (211,51,209). Sum of RGB (Red+Green+Blue) = 211+51+209=471 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.80% from 471); Green value is 51 (20.31% from 255 or 10.83% from 471); Blue value is 209 (82.03% from 255 or 44.37% from 471); Max value from RGB is 211 - color contains mainly: red. Hex color #D333D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D333D1 is #2CCC2E. Grayscale: #747474. Windows color (decimal): -2935855 or 13710291. OLE color: 13710291.

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

Color convert

RGB 211 51 209 -
CMYK 0 0.76 0.01 0.17
HSL 300.75º 0.65% 0.51% -
HSV(B) 300.75º 0.76% 0.83% -
XYZ 39.56 20.82 62.26 -
YUV 116.85 180.01 195.15 -
System Red Green Blue C M Y K H S L
Decimal 211 51 209 0 0.76 0.01 0.17 300.75 0.65 0.51
Hex D3 33 D1 0 4C 1 11 12D 41 33
Octal 323 63 321 0 114 1 21 455 101 63
Binary 11010011 110011 11010001 0 1001100 1 10001 100101101 1000001 110011

Color Harmonies of #D333D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D333D1

Black with #D333D1

Text Example


Text Example

White with #D333D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D333D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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