Html Css Color HEX #D13BBE Fuchsia

📋 copy color: '#D13BBE'

red 209 ◦ green 59 ◦ blue 190

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

Shades of Fuchsia #D13BBE

Tints of Fuchsia #D13BBE

RGB

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

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

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

R = 45.63%
G = 12.88%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D13BBE (or 0xD13BBE) is known color: Fuchsia. HEX triplet: D1, 3B and BE. RGB value is (209,59,190). Sum of RGB (Red+Green+Blue) = 209+59+190=458 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.63% from 458); Green value is 59 (23.44% from 255 or 12.88% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 209 - color contains mainly: red. Hex color #D13BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13BBE is #2EC441. Grayscale: #767676. Windows color (decimal): -3064898 or 12467153. OLE color: 12467153.

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

Color convert

RGB 209 59 190 -
CMYK 0 0.72 0.09 0.18
HSL 307.6º 0.62% 0.53% -
HSV(B) 307.6º 0.72% 0.82% -
XYZ 37.15 20.4 50.69 -
YUV 118.78 168.2 192.35 -
System Red Green Blue C M Y K H S L
Decimal 209 59 190 0 0.72 0.09 0.18 307.6 0.62 0.53
Hex D1 3B BE 0 48 9 12 134 3E 35
Octal 321 73 276 0 110 11 22 464 76 65
Binary 11010001 111011 10111110 0 1001000 1001 10010 100110100 111110 110101

Color Harmonies of #D13BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13BBE

Black with #D13BBE

Text Example


Text Example

White with #D13BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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