Html Css Color HEX #D033CE Fuchsia

📋 copy color: '#D033CE'

red 208 ◦ green 51 ◦ blue 206

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

Shades of Fuchsia #D033CE

Tints of Fuchsia #D033CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.3%

R = 44.73%
G = 10.97%
B = 44.3%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D033CE (or 0xD033CE) is known color: Fuchsia. HEX triplet: D0, 33 and CE. RGB value is (208,51,206). Sum of RGB (Red+Green+Blue) = 208+51+206=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 51 (20.31% from 255 or 10.97% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 208 - color contains mainly: red. Hex color #D033CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D033CE is #2FCC31. Grayscale: #737373. Windows color (decimal): -3132466 or 13513680. OLE color: 13513680.

HSL color Cylindrical-coordinate representation of color #D033CE: hue angle of 300.76º 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 #D033CE is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 51 206 -
CMYK 0 0.75 0.01 0.18
HSL 300.76º 0.63% 0.51% -
HSV(B) 300.76º 0.75% 0.82% -
XYZ 38.34 20.23 60.28 -
YUV 115.61 179.01 193.9 -
System Red Green Blue C M Y K H S L
Decimal 208 51 206 0 0.75 0.01 0.18 300.76 0.63 0.51
Hex D0 33 CE 0 4B 1 12 12D 3F 33
Octal 320 63 316 0 113 1 22 455 77 63
Binary 11010000 110011 11001110 0 1001011 1 10010 100101101 111111 110011

Color Harmonies of #D033CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D033CE

Black with #D033CE

Text Example


Text Example

White with #D033CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D033CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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