Html Css Color HEX #D033C9 Fuchsia

📋 copy color: '#D033C9'

red 208 ◦ green 51 ◦ blue 201

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

Shades of Fuchsia #D033C9

Tints of Fuchsia #D033C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 43.7%

R = 45.22%
G = 11.09%
B = 43.7%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D033C9 (or 0xD033C9) is known color: Fuchsia. HEX triplet: D0, 33 and C9. RGB value is (208,51,201). Sum of RGB (Red+Green+Blue) = 208+51+201=460 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.22% from 460); Green value is 51 (20.31% from 255 or 11.09% from 460); Blue value is 201 (78.91% from 255 or 43.70% from 460); Max value from RGB is 208 - color contains mainly: red. Hex color #D033C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D033C9 is #2FCC36. Grayscale: #727272. Windows color (decimal): -3132471 or 13186000. OLE color: 13186000.

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

Color convert

RGB 208 51 201 -
CMYK 0 0.75 0.03 0.18
HSL 302.68º 0.63% 0.51% -
HSV(B) 302.68º 0.75% 0.82% -
XYZ 37.74 19.99 57.13 -
YUV 115.04 176.51 194.3 -
System Red Green Blue C M Y K H S L
Decimal 208 51 201 0 0.75 0.03 0.18 302.68 0.63 0.51
Hex D0 33 C9 0 4B 3 12 12F 3F 33
Octal 320 63 311 0 113 3 22 457 77 63
Binary 11010000 110011 11001001 0 1001011 11 10010 100101111 111111 110011

Color Harmonies of #D033C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D033C9

Black with #D033C9

Text Example


Text Example

White with #D033C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D033C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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