Html Css Color HEX #D43BBE Fuchsia

📋 copy color: '#D43BBE'

red 212 ◦ green 59 ◦ blue 190

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

Shades of Fuchsia #D43BBE

Tints of Fuchsia #D43BBE

RGB

 RED value IS 212 (83.2% from 255) = 45.99%

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

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

R = 45.99%
G = 12.8%
B = 41.21%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#D43BBE (or 0xD43BBE) is known color: Fuchsia. HEX triplet: D4, 3B and BE. RGB value is (212,59,190). Sum of RGB (Red+Green+Blue) = 212+59+190=461 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.99% from 461); Green value is 59 (23.44% from 255 or 12.80% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 212 - color contains mainly: red. Hex color #D43BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D43BBE is #2BC441. Grayscale: #777777. Windows color (decimal): -2868290 or 12467156. OLE color: 12467156.

HSL color Cylindrical-coordinate representation of color #D43BBE: hue angle of 308.63º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D43BBE is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 59 190 -
CMYK 0 0.72 0.10 0.17
HSL 308.63º 0.64% 0.53% -
HSV(B) 308.63º 0.72% 0.83% -
XYZ 38.01 20.84 50.73 -
YUV 119.68 167.69 193.85 -
System Red Green Blue C M Y K H S L
Decimal 212 59 190 0 0.72 0.10 0.17 308.63 0.64 0.53
Hex D4 3B BE 0 48 A 11 135 40 35
Octal 324 73 276 0 110 12 21 465 100 65
Binary 11010100 111011 10111110 0 1001000 1010 10001 100110101 1000000 110101

Color Harmonies of #D43BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43BBE

Black with #D43BBE

Text Example


Text Example

White with #D43BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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