Html Css Color HEX #D13CBF Fuchsia

📋 copy color: '#D13CBF'

red 209 ◦ green 60 ◦ blue 191

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

Shades of Fuchsia #D13CBF

Tints of Fuchsia #D13CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.52%

R = 45.43%
G = 13.04%
B = 41.52%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D13CBF (or 0xD13CBF) is known color: Fuchsia. HEX triplet: D1, 3C and BF. RGB value is (209,60,191). Sum of RGB (Red+Green+Blue) = 209+60+191=460 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.43% from 460); Green value is 60 (23.83% from 255 or 13.04% from 460); Blue value is 191 (75% from 255 or 41.52% from 460); Max value from RGB is 209 - color contains mainly: red. Hex color #D13CBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13CBF is #2EC340. Grayscale: #777777. Windows color (decimal): -3064641 or 12532945. OLE color: 12532945.

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

Color convert

RGB 209 60 191 -
CMYK 0 0.71 0.09 0.18
HSL 307.25º 0.62% 0.53% -
HSV(B) 307.25º 0.71% 0.82% -
XYZ 37.31 20.55 51.29 -
YUV 119.49 168.36 191.85 -
System Red Green Blue C M Y K H S L
Decimal 209 60 191 0 0.71 0.09 0.18 307.25 0.62 0.53
Hex D1 3C BF 0 47 9 12 133 3E 35
Octal 321 74 277 0 107 11 22 463 76 65
Binary 11010001 111100 10111111 0 1000111 1001 10010 100110011 111110 110101

Color Harmonies of #D13CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13CBF

Black with #D13CBF

Text Example


Text Example

White with #D13CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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