Html Css Color HEX #D03CC2 Fuchsia

📋 copy color: '#D03CC2'

red 208 ◦ green 60 ◦ blue 194

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

Shades of Fuchsia #D03CC2

Tints of Fuchsia #D03CC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 41.99%

R = 45.02%
G = 12.99%
B = 41.99%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D03CC2 (or 0xD03CC2) is known color: Fuchsia. HEX triplet: D0, 3C and C2. RGB value is (208,60,194). Sum of RGB (Red+Green+Blue) = 208+60+194=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 60 (23.83% from 255 or 12.99% from 462); Blue value is 194 (76.17% from 255 or 41.99% from 462); Max value from RGB is 208 - color contains mainly: red. Hex color #D03CC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03CC2 is #2FC33D. Grayscale: #777777. Windows color (decimal): -3130174 or 12729552. OLE color: 12729552.

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

Color convert

RGB 208 60 194 -
CMYK 0 0.71 0.07 0.18
HSL 305.68º 0.61% 0.53% -
HSV(B) 305.68º 0.71% 0.82% -
XYZ 37.37 20.54 53.03 -
YUV 119.53 170.03 191.1 -
System Red Green Blue C M Y K H S L
Decimal 208 60 194 0 0.71 0.07 0.18 305.68 0.61 0.53
Hex D0 3C C2 0 47 7 12 132 3D 35
Octal 320 74 302 0 107 7 22 462 75 65
Binary 11010000 111100 11000010 0 1000111 111 10010 100110010 111101 110101

Color Harmonies of #D03CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03CC2

Black with #D03CC2

Text Example


Text Example

White with #D03CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03CC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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