Html Css Color HEX #D53DBA Fuchsia

📋 copy color: '#D53DBA'

red 213 ◦ green 61 ◦ blue 186

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

Shades of Fuchsia #D53DBA

Tints of Fuchsia #D53DBA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.26%

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

R = 46.3%
G = 13.26%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D53DBA (or 0xD53DBA) is known color: Fuchsia. HEX triplet: D5, 3D and BA. RGB value is (213,61,186). Sum of RGB (Red+Green+Blue) = 213+61+186=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 61 (24.22% from 255 or 13.26% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 213 - color contains mainly: red. Hex color #D53DBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53DBA is #2AC245. Grayscale: #787878. Windows color (decimal): -2802246 or 12205525. OLE color: 12205525.

HSL color Cylindrical-coordinate representation of color #D53DBA: hue angle of 310.66º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D53DBA is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 61 186 -
CMYK 0 0.71 0.13 0.16
HSL 310.66º 0.64% 0.54% -
HSV(B) 310.66º 0.71% 0.84% -
XYZ 37.97 21.03 48.51 -
YUV 120.7 164.86 193.84 -
System Red Green Blue C M Y K H S L
Decimal 213 61 186 0 0.71 0.13 0.16 310.66 0.64 0.54
Hex D5 3D BA 0 47 D 10 137 40 36
Octal 325 75 272 0 107 15 20 467 100 66
Binary 11010101 111101 10111010 0 1000111 1101 10000 100110111 1000000 110110

Color Harmonies of #D53DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53DBA

Black with #D53DBA

Text Example


Text Example

White with #D53DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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