Html Css Color HEX #D02FCC Fuchsia

📋 copy color: '#D02FCC'

red 208 ◦ green 47 ◦ blue 204

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

Shades of Fuchsia #D02FCC

Tints of Fuchsia #D02FCC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.24%

 BLUE value IS 204 (80.08% from 255) = 44.44%

R = 45.32%
G = 10.24%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D02FCC (or 0xD02FCC) is known color: Fuchsia. HEX triplet: D0, 2F and CC. RGB value is (208,47,204). Sum of RGB (Red+Green+Blue) = 208+47+204=459 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.32% from 459); Green value is 47 (18.75% from 255 or 10.24% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 208 - color contains mainly: red. Hex color #D02FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02FCC is #2FD033. Grayscale: #707070. Windows color (decimal): -3133492 or 13381584. OLE color: 13381584.

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

Color convert

RGB 208 47 204 -
CMYK 0 0.77 0.02 0.18
HSL 301.49º 0.63% 0.5% -
HSV(B) 301.49º 0.77% 0.82% -
XYZ 37.93 19.8 58.95 -
YUV 113.04 179.34 195.73 -
System Red Green Blue C M Y K H S L
Decimal 208 47 204 0 0.77 0.02 0.18 301.49 0.63 0.5
Hex D0 2F CC 0 4D 2 12 12D 3F 32
Octal 320 57 314 0 115 2 22 455 77 62
Binary 11010000 101111 11001100 0 1001101 10 10010 100101101 111111 110010

Color Harmonies of #D02FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02FCC

Black with #D02FCC

Text Example


Text Example

White with #D02FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02FCC; }

 p { color: rgb(208,47,204); }

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

background-color css

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

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

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

border-color css

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

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

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