Html Css Color HEX #D13CB8 Fuchsia

📋 copy color: '#D13CB8'

red 209 ◦ green 60 ◦ blue 184

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

Shades of Fuchsia #D13CB8

Tints of Fuchsia #D13CB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 40.62%

R = 46.14%
G = 13.25%
B = 40.62%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D13CB8 (or 0xD13CB8) is known color: Fuchsia. HEX triplet: D1, 3C and B8. RGB value is (209,60,184). Sum of RGB (Red+Green+Blue) = 209+60+184=453 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.14% from 453); Green value is 60 (23.83% from 255 or 13.25% from 453); Blue value is 184 (72.27% from 255 or 40.62% from 453); Max value from RGB is 209 - color contains mainly: red. Hex color #D13CB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13CB8 is #2EC347. Grayscale: #767676. Windows color (decimal): -3064648 or 12074193. OLE color: 12074193.

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

Color convert

RGB 209 60 184 -
CMYK 0 0.71 0.12 0.18
HSL 310.07º 0.62% 0.53% -
HSV(B) 310.07º 0.71% 0.82% -
XYZ 36.56 20.25 47.33 -
YUV 118.69 164.86 192.42 -
System Red Green Blue C M Y K H S L
Decimal 209 60 184 0 0.71 0.12 0.18 310.07 0.62 0.53
Hex D1 3C B8 0 47 C 12 136 3E 35
Octal 321 74 270 0 107 14 22 466 76 65
Binary 11010001 111100 10111000 0 1000111 1100 10010 100110110 111110 110101

Color Harmonies of #D13CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13CB8

Black with #D13CB8

Text Example


Text Example

White with #D13CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13CB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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