Html Css Color HEX #D02FB1 Fuchsia

📋 copy color: '#D02FB1'

red 208 ◦ green 47 ◦ blue 177

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

Shades of Fuchsia #D02FB1

Tints of Fuchsia #D02FB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 40.97%

R = 48.15%
G = 10.88%
B = 40.97%

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

#D02FB1 (or 0xD02FB1) is known color: Fuchsia. HEX triplet: D0, 2F and B1. RGB value is (208,47,177). Sum of RGB (Red+Green+Blue) = 208+47+177=432 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.15% from 432); Green value is 47 (18.75% from 255 or 10.88% from 432); Blue value is 177 (69.53% from 255 or 40.97% from 432); Max value from RGB is 208 - color contains mainly: red. Hex color #D02FB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02FB1 is #2FD04E. Grayscale: #6D6D6D. Windows color (decimal): -3133519 or 11612112. OLE color: 11612112.

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

Color convert

RGB 208 47 177 -
CMYK 0 0.77 0.15 0.18
HSL 311.55º 0.63% 0.5% -
HSV(B) 311.55º 0.77% 0.82% -
XYZ 34.96 18.62 43.35 -
YUV 109.96 165.84 197.93 -
System Red Green Blue C M Y K H S L
Decimal 208 47 177 0 0.77 0.15 0.18 311.55 0.63 0.5
Hex D0 2F B1 0 4D F 12 138 3F 32
Octal 320 57 261 0 115 17 22 470 77 62
Binary 11010000 101111 10110001 0 1001101 1111 10010 100111000 111111 110010

Color Harmonies of #D02FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02FB1

Black with #D02FB1

Text Example


Text Example

White with #D02FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02FB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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