Html Css Color HEX #D02FC0 Fuchsia

📋 copy color: '#D02FC0'

red 208 ◦ green 47 ◦ blue 192

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

Shades of Fuchsia #D02FC0

Tints of Fuchsia #D02FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 42.95%

R = 46.53%
G = 10.51%
B = 42.95%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D02FC0 (or 0xD02FC0) is known color: Fuchsia. HEX triplet: D0, 2F and C0. RGB value is (208,47,192). Sum of RGB (Red+Green+Blue) = 208+47+192=447 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.53% from 447); Green value is 47 (18.75% from 255 or 10.51% from 447); Blue value is 192 (75.39% from 255 or 42.95% from 447); Max value from RGB is 208 - color contains mainly: red. Hex color #D02FC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02FC0 is #2FD03F. Grayscale: #6F6F6F. Windows color (decimal): -3133504 or 12595152. OLE color: 12595152.

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

Color convert

RGB 208 47 192 -
CMYK 0 0.77 0.08 0.18
HSL 305.96º 0.63% 0.5% -
HSV(B) 305.96º 0.77% 0.82% -
XYZ 36.54 19.25 51.66 -
YUV 111.67 173.34 196.71 -
System Red Green Blue C M Y K H S L
Decimal 208 47 192 0 0.77 0.08 0.18 305.96 0.63 0.5
Hex D0 2F C0 0 4D 8 12 132 3F 32
Octal 320 57 300 0 115 10 22 462 77 62
Binary 11010000 101111 11000000 0 1001101 1000 10010 100110010 111111 110010

Color Harmonies of #D02FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02FC0

Black with #D02FC0

Text Example


Text Example

White with #D02FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02FC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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