Html Css Color HEX #D13CCD Fuchsia

📋 copy color: '#D13CCD'

red 209 ◦ green 60 ◦ blue 205

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

Shades of Fuchsia #D13CCD

Tints of Fuchsia #D13CCD

RGB

 RED value IS 209 (82.03% from 255) = 44.09%

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

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

R = 44.09%
G = 12.66%
B = 43.25%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D13CCD (or 0xD13CCD) is known color: Fuchsia. HEX triplet: D1, 3C and CD. RGB value is (209,60,205). Sum of RGB (Red+Green+Blue) = 209+60+205=474 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.09% from 474); Green value is 60 (23.83% from 255 or 12.66% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 209 - color contains mainly: red. Hex color #D13CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13CCD is #2EC332. Grayscale: #787878. Windows color (decimal): -3064627 or 13450449. OLE color: 13450449.

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

Color convert

RGB 209 60 205 -
CMYK 0 0.71 0.02 0.18
HSL 301.61º 0.62% 0.53% -
HSV(B) 301.61º 0.71% 0.82% -
XYZ 38.93 21.19 59.8 -
YUV 121.08 175.36 190.71 -
System Red Green Blue C M Y K H S L
Decimal 209 60 205 0 0.71 0.02 0.18 301.61 0.62 0.53
Hex D1 3C CD 0 47 2 12 12E 3E 35
Octal 321 74 315 0 107 2 22 456 76 65
Binary 11010001 111100 11001101 0 1000111 10 10010 100101110 111110 110101

Color Harmonies of #D13CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13CCD

Black with #D13CCD

Text Example


Text Example

White with #D13CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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