Html Css Color HEX #D53BBA Fuchsia

📋 copy color: '#D53BBA'

red 213 ◦ green 59 ◦ blue 186

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

Shades of Fuchsia #D53BBA

Tints of Fuchsia #D53BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.61%

R = 46.51%
G = 12.88%
B = 40.61%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D53BBA (or 0xD53BBA) is known color: Fuchsia. HEX triplet: D5, 3B and BA. RGB value is (213,59,186). Sum of RGB (Red+Green+Blue) = 213+59+186=458 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.51% from 458); Green value is 59 (23.44% from 255 or 12.88% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 213 - color contains mainly: red. Hex color #D53BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53BBA is #2AC445. Grayscale: #777777. Windows color (decimal): -2802758 or 12205013. OLE color: 12205013.

HSL color Cylindrical-coordinate representation of color #D53BBA: hue angle of 310.52º 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 #D53BBA is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 59 186 -
CMYK 0 0.72 0.13 0.16
HSL 310.52º 0.65% 0.53% -
HSV(B) 310.52º 0.72% 0.84% -
XYZ 37.87 20.82 48.48 -
YUV 119.52 165.52 194.67 -
System Red Green Blue C M Y K H S L
Decimal 213 59 186 0 0.72 0.13 0.16 310.52 0.65 0.53
Hex D5 3B BA 0 48 D 10 137 41 35
Octal 325 73 272 0 110 15 20 467 101 65
Binary 11010101 111011 10111010 0 1001000 1101 10000 100110111 1000001 110101

Color Harmonies of #D53BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53BBA

Black with #D53BBA

Text Example


Text Example

White with #D53BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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