Html Css Color HEX #D02DC7 Fuchsia

📋 copy color: '#D02DC7'

red 208 ◦ green 45 ◦ blue 199

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

Shades of Fuchsia #D02DC7

Tints of Fuchsia #D02DC7

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.96%

 BLUE value IS 199 (78.13% from 255) = 44.03%

R = 46.02%
G = 9.96%
B = 44.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D02DC7 (or 0xD02DC7) is known color: Fuchsia. HEX triplet: D0, 2D and C7. RGB value is (208,45,199). Sum of RGB (Red+Green+Blue) = 208+45+199=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 45 (17.97% from 255 or 9.96% from 452); Blue value is 199 (78.12% from 255 or 44.03% from 452); Max value from RGB is 208 - color contains mainly: red. Hex color #D02DC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02DC7 is #2FD238. Grayscale: #6E6E6E. Windows color (decimal): -3134009 or 13053392. OLE color: 13053392.

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

Color convert

RGB 208 45 199 -
CMYK 0 0.78 0.04 0.18
HSL 303.31º 0.64% 0.5% -
HSV(B) 303.31º 0.78% 0.82% -
XYZ 37.26 19.41 55.82 -
YUV 111.29 177.5 196.98 -
System Red Green Blue C M Y K H S L
Decimal 208 45 199 0 0.78 0.04 0.18 303.31 0.64 0.5
Hex D0 2D C7 0 4E 4 12 12F 40 32
Octal 320 55 307 0 116 4 22 457 100 62
Binary 11010000 101101 11000111 0 1001110 100 10010 100101111 1000000 110010

Color Harmonies of #D02DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02DC7

Black with #D02DC7

Text Example


Text Example

White with #D02DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02DC7; }

 p { color: rgb(208,45,199); }

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

background-color css

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

 a { background-color: rgb(208,45,199); }

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

border-color css

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

 span { border-color: rgb(208,45,199); }

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