Html Css Color HEX #D02FB0 Fuchsia

📋 copy color: '#D02FB0'

red 208 ◦ green 47 ◦ blue 176

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

Shades of Fuchsia #D02FB0

Tints of Fuchsia #D02FB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 40.84%

R = 48.26%
G = 10.9%
B = 40.84%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D02FB0 (or 0xD02FB0) is known color: Fuchsia. HEX triplet: D0, 2F and B0. RGB value is (208,47,176). Sum of RGB (Red+Green+Blue) = 208+47+176=431 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.26% from 431); Green value is 47 (18.75% from 255 or 10.90% from 431); Blue value is 176 (69.14% from 255 or 40.84% from 431); Max value from RGB is 208 - color contains mainly: red. Hex color #D02FB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02FB0 is #2FD04F. Grayscale: #6D6D6D. Windows color (decimal): -3133520 or 11546576. OLE color: 11546576.

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

Color convert

RGB 208 47 176 -
CMYK 0 0.77 0.15 0.18
HSL 311.93º 0.63% 0.5% -
HSV(B) 311.93º 0.77% 0.82% -
XYZ 34.87 18.58 42.82 -
YUV 109.85 165.34 198.01 -
System Red Green Blue C M Y K H S L
Decimal 208 47 176 0 0.77 0.15 0.18 311.93 0.63 0.5
Hex D0 2F B0 0 4D F 12 138 3F 32
Octal 320 57 260 0 115 17 22 470 77 62
Binary 11010000 101111 10110000 0 1001101 1111 10010 100111000 111111 110010

Color Harmonies of #D02FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02FB0

Black with #D02FB0

Text Example


Text Example

White with #D02FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02FB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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