Html Css Color HEX #D13CC0 Fuchsia

📋 copy color: '#D13CC0'

red 209 ◦ green 60 ◦ blue 192

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

Shades of Fuchsia #D13CC0

Tints of Fuchsia #D13CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 41.65%

R = 45.34%
G = 13.02%
B = 41.65%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D13CC0 (or 0xD13CC0) is known color: Fuchsia. HEX triplet: D1, 3C and C0. RGB value is (209,60,192). Sum of RGB (Red+Green+Blue) = 209+60+192=461 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.34% from 461); Green value is 60 (23.83% from 255 or 13.02% from 461); Blue value is 192 (75.39% from 255 or 41.65% from 461); Max value from RGB is 209 - color contains mainly: red. Hex color #D13CC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13CC0 is #2EC33F. Grayscale: #777777. Windows color (decimal): -3064640 or 12598481. OLE color: 12598481.

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

Color convert

RGB 209 60 192 -
CMYK 0 0.71 0.08 0.18
HSL 306.85º 0.62% 0.53% -
HSV(B) 306.85º 0.71% 0.82% -
XYZ 37.42 20.59 51.87 -
YUV 119.6 168.86 191.77 -
System Red Green Blue C M Y K H S L
Decimal 209 60 192 0 0.71 0.08 0.18 306.85 0.62 0.53
Hex D1 3C C0 0 47 8 12 133 3E 35
Octal 321 74 300 0 107 10 22 463 76 65
Binary 11010001 111100 11000000 0 1000111 1000 10010 100110011 111110 110101

Color Harmonies of #D13CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13CC0

Black with #D13CC0

Text Example


Text Example

White with #D13CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13CC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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