Html Css Color HEX #D53BBE Fuchsia

📋 copy color: '#D53BBE'

red 213 ◦ green 59 ◦ blue 190

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

Shades of Fuchsia #D53BBE

Tints of Fuchsia #D53BBE

RGB

 RED value IS 213 (83.59% from 255) = 46.1%

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

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

R = 46.1%
G = 12.77%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D53BBE (or 0xD53BBE) is known color: Fuchsia. HEX triplet: D5, 3B and BE. RGB value is (213,59,190). Sum of RGB (Red+Green+Blue) = 213+59+190=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 59 (23.44% from 255 or 12.77% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D53BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53BBE is #2AC441. Grayscale: #777777. Windows color (decimal): -2802754 or 12467157. OLE color: 12467157.

HSL color Cylindrical-coordinate representation of color #D53BBE: hue angle of 308.96º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D53BBE is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 59 190 -
CMYK 0 0.72 0.11 0.16
HSL 308.96º 0.65% 0.53% -
HSV(B) 308.96º 0.72% 0.84% -
XYZ 38.3 20.99 50.75 -
YUV 119.98 167.52 194.35 -
System Red Green Blue C M Y K H S L
Decimal 213 59 190 0 0.72 0.11 0.16 308.96 0.65 0.53
Hex D5 3B BE 0 48 B 10 135 41 35
Octal 325 73 276 0 110 13 20 465 101 65
Binary 11010101 111011 10111110 0 1001000 1011 10000 100110101 1000001 110101

Color Harmonies of #D53BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53BBE

Black with #D53BBE

Text Example


Text Example

White with #D53BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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