Html Css Color HEX #D033C5 Fuchsia

📋 copy color: '#D033C5'

red 208 ◦ green 51 ◦ blue 197

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

Shades of Fuchsia #D033C5

Tints of Fuchsia #D033C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 43.2%

R = 45.61%
G = 11.18%
B = 43.2%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D033C5 (or 0xD033C5) is known color: Fuchsia. HEX triplet: D0, 33 and C5. RGB value is (208,51,197). Sum of RGB (Red+Green+Blue) = 208+51+197=456 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.61% from 456); Green value is 51 (20.31% from 255 or 11.18% from 456); Blue value is 197 (77.34% from 255 or 43.20% from 456); Max value from RGB is 208 - color contains mainly: red. Hex color #D033C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D033C5 is #2FCC3A. Grayscale: #727272. Windows color (decimal): -3132475 or 12923856. OLE color: 12923856.

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

Color convert

RGB 208 51 197 -
CMYK 0 0.75 0.05 0.18
HSL 304.2º 0.63% 0.51% -
HSV(B) 304.2º 0.75% 0.82% -
XYZ 37.27 19.81 54.68 -
YUV 114.59 174.51 194.63 -
System Red Green Blue C M Y K H S L
Decimal 208 51 197 0 0.75 0.05 0.18 304.2 0.63 0.51
Hex D0 33 C5 0 4B 5 12 130 3F 33
Octal 320 63 305 0 113 5 22 460 77 63
Binary 11010000 110011 11000101 0 1001011 101 10010 100110000 111111 110011

Color Harmonies of #D033C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D033C5

Black with #D033C5

Text Example


Text Example

White with #D033C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D033C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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