Html Css Color HEX #D333CD Fuchsia

📋 copy color: '#D333CD'

red 211 ◦ green 51 ◦ blue 205

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

Shades of Fuchsia #D333CD

Tints of Fuchsia #D333CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.9%

R = 45.18%
G = 10.92%
B = 43.9%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D333CD (or 0xD333CD) is known color: Fuchsia. HEX triplet: D3, 33 and CD. RGB value is (211,51,205). Sum of RGB (Red+Green+Blue) = 211+51+205=467 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.18% from 467); Green value is 51 (20.31% from 255 or 10.92% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 211 - color contains mainly: red. Hex color #D333CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D333CD is #2CCC32. Grayscale: #737373. Windows color (decimal): -2935859 or 13448147. OLE color: 13448147.

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

Color convert

RGB 211 51 205 -
CMYK 0 0.76 0.03 0.17
HSL 302.25º 0.65% 0.51% -
HSV(B) 302.25º 0.76% 0.83% -
XYZ 39.07 20.62 59.68 -
YUV 116.4 178.01 195.48 -
System Red Green Blue C M Y K H S L
Decimal 211 51 205 0 0.76 0.03 0.17 302.25 0.65 0.51
Hex D3 33 CD 0 4C 3 11 12E 41 33
Octal 323 63 315 0 114 3 21 456 101 63
Binary 11010011 110011 11001101 0 1001100 11 10001 100101110 1000001 110011

Color Harmonies of #D333CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D333CD

Black with #D333CD

Text Example


Text Example

White with #D333CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D333CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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