Html Css Color HEX #D03CC8 Fuchsia

📋 copy color: '#D03CC8'

red 208 ◦ green 60 ◦ blue 200

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

Shades of Fuchsia #D03CC8

Tints of Fuchsia #D03CC8

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.82%

 BLUE value IS 200 (78.52% from 255) = 42.74%

R = 44.44%
G = 12.82%
B = 42.74%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D03CC8 (or 0xD03CC8) is known color: Fuchsia. HEX triplet: D0, 3C and C8. RGB value is (208,60,200). Sum of RGB (Red+Green+Blue) = 208+60+200=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 60 (23.83% from 255 or 12.82% from 468); Blue value is 200 (78.52% from 255 or 42.74% from 468); Max value from RGB is 208 - color contains mainly: red. Hex color #D03CC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03CC8 is #2FC337. Grayscale: #777777. Windows color (decimal): -3130168 or 13122768. OLE color: 13122768.

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

Color convert

RGB 208 60 200 -
CMYK 0 0.71 0.04 0.18
HSL 303.24º 0.61% 0.53% -
HSV(B) 303.24º 0.71% 0.82% -
XYZ 38.05 20.81 56.66 -
YUV 120.21 173.03 190.62 -
System Red Green Blue C M Y K H S L
Decimal 208 60 200 0 0.71 0.04 0.18 303.24 0.61 0.53
Hex D0 3C C8 0 47 4 12 12F 3D 35
Octal 320 74 310 0 107 4 22 457 75 65
Binary 11010000 111100 11001000 0 1000111 100 10010 100101111 111101 110101

Color Harmonies of #D03CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03CC8

Black with #D03CC8

Text Example


Text Example

White with #D03CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03CC8; }

 p { color: rgb(208,60,200); }

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

background-color css

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

 a { background-color: rgb(208,60,200); }

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

border-color css

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

 span { border-color: rgb(208,60,200); }

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