Html Css Color HEX #D13BC3 Fuchsia

📋 copy color: '#D13BC3'

red 209 ◦ green 59 ◦ blue 195

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

Shades of Fuchsia #D13BC3

Tints of Fuchsia #D13BC3

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.74%

 BLUE value IS 195 (76.56% from 255) = 42.12%

R = 45.14%
G = 12.74%
B = 42.12%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D13BC3 (or 0xD13BC3) is known color: Fuchsia. HEX triplet: D1, 3B and C3. RGB value is (209,59,195). Sum of RGB (Red+Green+Blue) = 209+59+195=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 59 (23.44% from 255 or 12.74% from 463); Blue value is 195 (76.56% from 255 or 42.12% from 463); Max value from RGB is 209 - color contains mainly: red. Hex color #D13BC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13BC3 is #2EC43C. Grayscale: #767676. Windows color (decimal): -3064893 or 12794833. OLE color: 12794833.

HSL color Cylindrical-coordinate representation of color #D13BC3: hue angle of 305.6º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D13BC3 is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 59 195 -
CMYK 0 0.72 0.07 0.18
HSL 305.6º 0.62% 0.53% -
HSV(B) 305.6º 0.72% 0.82% -
XYZ 37.71 20.62 53.62 -
YUV 119.35 170.7 191.94 -
System Red Green Blue C M Y K H S L
Decimal 209 59 195 0 0.72 0.07 0.18 305.6 0.62 0.53
Hex D1 3B C3 0 48 7 12 132 3E 35
Octal 321 73 303 0 110 7 22 462 76 65
Binary 11010001 111011 11000011 0 1001000 111 10010 100110010 111110 110101

Color Harmonies of #D13BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13BC3

Black with #D13BC3

Text Example


Text Example

White with #D13BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13BC3; }

 p { color: rgb(209,59,195); }

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

background-color css

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

 a { background-color: rgb(209,59,195); }

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

border-color css

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

 span { border-color: rgb(209,59,195); }

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