Html Css Color HEX #D02ED4 Fuchsia

📋 copy color: '#D02ED4'

red 208 ◦ green 46 ◦ blue 212

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

Shades of Fuchsia #D02ED4

Tints of Fuchsia #D02ED4

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.87%

 BLUE value IS 212 (83.2% from 255) = 45.49%

R = 44.64%
G = 9.87%
B = 45.49%

CMYK

 C value IS 0.02

 M value IS 0.78

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#D02ED4 (or 0xD02ED4) is known color: Fuchsia. HEX triplet: D0, 2E and D4. RGB value is (208,46,212). Sum of RGB (Red+Green+Blue) = 208+46+212=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 46 (18.36% from 255 or 9.87% from 466); Blue value is 212 (83.20% from 255 or 45.49% from 466); Max value from RGB is 212 - color contains mainly: blue. Hex color #D02ED4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02ED4 is #2FD12B. Grayscale: #707070. Windows color (decimal): -3133740 or 13905616. OLE color: 13905616.

HSL color Cylindrical-coordinate representation of color #D02ED4: hue angle of 298.55º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D02ED4 is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 208 46 212 -
CMYK 0.02 0.78 0 0.17
HSL 298.55º 0.66% 0.51% -
HSV(B) 298.55º 0.78% 0.83% -
XYZ 38.87 20.12 64.12 -
YUV 113.36 183.67 195.5 -
System Red Green Blue C M Y K H S L
Decimal 208 46 212 0.02 0.78 0 0.17 298.55 0.66 0.51
Hex D0 2E D4 2 4E 0 11 12B 42 33
Octal 320 56 324 2 116 0 21 453 102 63
Binary 11010000 101110 11010100 10 1001110 0 10001 100101011 1000010 110011

Color Harmonies of #D02ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02ED4

Black with #D02ED4

Text Example


Text Example

White with #D02ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02ED4; }

 p { color: rgb(208,46,212); }

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

background-color css

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

 a { background-color: rgb(208,46,212); }

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

border-color css

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

 span { border-color: rgb(208,46,212); }

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