Html Css Color HEX #D033D0 Fuchsia

📋 copy color: '#D033D0'

red 208 ◦ green 51 ◦ blue 208

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

Shades of Fuchsia #D033D0

Tints of Fuchsia #D033D0

RGB

 RED value IS 208 (81.64% from 255) = 44.54%

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

 BLUE value IS 208 (81.64% from 255) = 44.54%

R = 44.54%
G = 10.92%
B = 44.54%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#D033D0 (or 0xD033D0) is known color: Fuchsia. HEX triplet: D0, 33 and D0. RGB value is (208,51,208). Sum of RGB (Red+Green+Blue) = 208+51+208=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 51 (20.31% from 255 or 10.92% from 467); Blue value is 208 (81.64% from 255 or 44.54% from 467); Max value from RGB is 208 - color contains mainly: red, blue. Hex color #D033D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D033D0 is #2FCC2F. Grayscale: #737373. Windows color (decimal): -3132464 or 13644752. OLE color: 13644752.

HSL color Cylindrical-coordinate representation of color #D033D0: hue angle of 300º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D033D0 is Cyan = 0, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 51 208 -
CMYK 0 0.75 0 0.18
HSL 300º 0.63% 0.51% -
HSV(B) 300º 0.75% 0.82% -
XYZ 38.58 20.33 61.57 -
YUV 115.84 180.01 193.73 -
System Red Green Blue C M Y K H S L
Decimal 208 51 208 0 0.75 0 0.18 300 0.63 0.51
Hex D0 33 D0 0 4B 0 12 12C 3F 33
Octal 320 63 320 0 113 0 22 454 77 63
Binary 11010000 110011 11010000 0 1001011 0 10010 100101100 111111 110011

Color Harmonies of #D033D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D033D0

Black with #D033D0

Text Example


Text Example

White with #D033D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D033D0; }

 p { color: rgb(208,51,208); }

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

background-color css

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

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

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

border-color css

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

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

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