Html Css Color HEX #D13CC2 Fuchsia

📋 copy color: '#D13CC2'

red 209 ◦ green 60 ◦ blue 194

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

Shades of Fuchsia #D13CC2

Tints of Fuchsia #D13CC2

RGB

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

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

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

R = 45.14%
G = 12.96%
B = 41.9%

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

#D13CC2 (or 0xD13CC2) is known color: Fuchsia. HEX triplet: D1, 3C and C2. RGB value is (209,60,194). Sum of RGB (Red+Green+Blue) = 209+60+194=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 60 (23.83% from 255 or 12.96% from 463); Blue value is 194 (76.17% from 255 or 41.90% from 463); Max value from RGB is 209 - color contains mainly: red. Hex color #D13CC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13CC2 is #2EC33D. Grayscale: #777777. Windows color (decimal): -3064638 or 12729553. OLE color: 12729553.

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

Color convert

RGB 209 60 194 -
CMYK 0 0.71 0.07 0.18
HSL 306.04º 0.62% 0.53% -
HSV(B) 306.04º 0.71% 0.82% -
XYZ 37.65 20.68 53.05 -
YUV 119.83 169.86 191.6 -
System Red Green Blue C M Y K H S L
Decimal 209 60 194 0 0.71 0.07 0.18 306.04 0.62 0.53
Hex D1 3C C2 0 47 7 12 132 3E 35
Octal 321 74 302 0 107 7 22 462 76 65
Binary 11010001 111100 11000010 0 1000111 111 10010 100110010 111110 110101

Color Harmonies of #D13CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13CC2

Black with #D13CC2

Text Example


Text Example

White with #D13CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13CC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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