Html Css Color HEX #D13CC8 Fuchsia

📋 copy color: '#D13CC8'

red 209 ◦ green 60 ◦ blue 200

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

Shades of Fuchsia #D13CC8

Tints of Fuchsia #D13CC8

RGB

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

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

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

R = 44.56%
G = 12.79%
B = 42.64%

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

#D13CC8 (or 0xD13CC8) is known color: Fuchsia. HEX triplet: D1, 3C and C8. RGB value is (209,60,200). Sum of RGB (Red+Green+Blue) = 209+60+200=469 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.56% from 469); Green value is 60 (23.83% from 255 or 12.79% from 469); Blue value is 200 (78.52% from 255 or 42.64% from 469); Max value from RGB is 209 - color contains mainly: red. Hex color #D13CC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13CC8 is #2EC337. Grayscale: #787878. Windows color (decimal): -3064632 or 13122769. OLE color: 13122769.

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

Color convert

RGB 209 60 200 -
CMYK 0 0.71 0.04 0.18
HSL 303.62º 0.62% 0.53% -
HSV(B) 303.62º 0.71% 0.82% -
XYZ 38.34 20.96 56.67 -
YUV 120.51 172.86 191.12 -
System Red Green Blue C M Y K H S L
Decimal 209 60 200 0 0.71 0.04 0.18 303.62 0.62 0.53
Hex D1 3C C8 0 47 4 12 130 3E 35
Octal 321 74 310 0 107 4 22 460 76 65
Binary 11010001 111100 11001000 0 1000111 100 10010 100110000 111110 110101

Color Harmonies of #D13CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13CC8

Black with #D13CC8

Text Example


Text Example

White with #D13CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13CC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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