Html Css Color HEX #D03CCD Fuchsia

📋 copy color: '#D03CCD'

red 208 ◦ green 60 ◦ blue 205

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

Shades of Fuchsia #D03CCD

Tints of Fuchsia #D03CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.34%

R = 43.97%
G = 12.68%
B = 43.34%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D03CCD (or 0xD03CCD) is known color: Fuchsia. HEX triplet: D0, 3C and CD. RGB value is (208,60,205). Sum of RGB (Red+Green+Blue) = 208+60+205=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 60 (23.83% from 255 or 12.68% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 208 - color contains mainly: red. Hex color #D03CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03CCD is #2FC332. Grayscale: #787878. Windows color (decimal): -3130163 or 13450448. OLE color: 13450448.

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

Color convert

RGB 208 60 205 -
CMYK 0 0.71 0.01 0.18
HSL 301.22º 0.61% 0.53% -
HSV(B) 301.22º 0.71% 0.82% -
XYZ 38.65 21.05 59.78 -
YUV 120.78 175.53 190.21 -
System Red Green Blue C M Y K H S L
Decimal 208 60 205 0 0.71 0.01 0.18 301.22 0.61 0.53
Hex D0 3C CD 0 47 1 12 12D 3D 35
Octal 320 74 315 0 107 1 22 455 75 65
Binary 11010000 111100 11001101 0 1000111 1 10010 100101101 111101 110101

Color Harmonies of #D03CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03CCD

Black with #D03CCD

Text Example


Text Example

White with #D03CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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