Html Css Color HEX #D13CBE Fuchsia

📋 copy color: '#D13CBE'

red 209 ◦ green 60 ◦ blue 190

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

Shades of Fuchsia #D13CBE

Tints of Fuchsia #D13CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.39%

R = 45.53%
G = 13.07%
B = 41.39%

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

#D13CBE (or 0xD13CBE) is known color: Fuchsia. HEX triplet: D1, 3C and BE. RGB value is (209,60,190). Sum of RGB (Red+Green+Blue) = 209+60+190=459 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.53% from 459); Green value is 60 (23.83% from 255 or 13.07% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 209 - color contains mainly: red. Hex color #D13CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13CBE is #2EC341. Grayscale: #777777. Windows color (decimal): -3064642 or 12467409. OLE color: 12467409.

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

Color convert

RGB 209 60 190 -
CMYK 0 0.71 0.09 0.18
HSL 307.65º 0.62% 0.53% -
HSV(B) 307.65º 0.71% 0.82% -
XYZ 37.2 20.5 50.71 -
YUV 119.37 167.86 191.93 -
System Red Green Blue C M Y K H S L
Decimal 209 60 190 0 0.71 0.09 0.18 307.65 0.62 0.53
Hex D1 3C BE 0 47 9 12 134 3E 35
Octal 321 74 276 0 107 11 22 464 76 65
Binary 11010001 111100 10111110 0 1000111 1001 10010 100110100 111110 110101

Color Harmonies of #D13CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13CBE

Black with #D13CBE

Text Example


Text Example

White with #D13CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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