Html Css Color HEX #D13CAC Fuchsia

📋 copy color: '#D13CAC'

red 209 ◦ green 60 ◦ blue 172

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

Shades of Fuchsia #D13CAC

Tints of Fuchsia #D13CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 39%

R = 47.39%
G = 13.61%
B = 39%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D13CAC (or 0xD13CAC) is known color: Fuchsia. HEX triplet: D1, 3C and AC. RGB value is (209,60,172). Sum of RGB (Red+Green+Blue) = 209+60+172=441 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.39% from 441); Green value is 60 (23.83% from 255 or 13.61% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 209 - color contains mainly: red. Hex color #D13CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13CAC is #2EC353. Grayscale: #757575. Windows color (decimal): -3064660 or 11287761. OLE color: 11287761.

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

Color convert

RGB 209 60 172 -
CMYK 0 0.71 0.18 0.18
HSL 314.9º 0.62% 0.53% -
HSV(B) 314.9º 0.71% 0.82% -
XYZ 35.36 19.77 40.98 -
YUV 117.32 158.86 193.39 -
System Red Green Blue C M Y K H S L
Decimal 209 60 172 0 0.71 0.18 0.18 314.9 0.62 0.53
Hex D1 3C AC 0 47 12 12 13B 3E 35
Octal 321 74 254 0 107 22 22 473 76 65
Binary 11010001 111100 10101100 0 1000111 10010 10010 100111011 111110 110101

Color Harmonies of #D13CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13CAC

Black with #D13CAC

Text Example


Text Example

White with #D13CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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