Html Css Color HEX #D53ABC Fuchsia

📋 copy color: '#D53ABC'

red 213 ◦ green 58 ◦ blue 188

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

Shades of Fuchsia #D53ABC

Tints of Fuchsia #D53ABC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.64%

 BLUE value IS 188 (73.83% from 255) = 40.96%

R = 46.41%
G = 12.64%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D53ABC (or 0xD53ABC) is known color: Fuchsia. HEX triplet: D5, 3A and BC. RGB value is (213,58,188). Sum of RGB (Red+Green+Blue) = 213+58+188=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 58 (23.05% from 255 or 12.64% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 213 - color contains mainly: red. Hex color #D53ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53ABC is #2AC543. Grayscale: #767676. Windows color (decimal): -2803012 or 12335829. OLE color: 12335829.

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

Color convert

RGB 213 58 188 -
CMYK 0 0.73 0.12 0.16
HSL 309.68º 0.65% 0.53% -
HSV(B) 309.68º 0.73% 0.84% -
XYZ 38.03 20.8 49.59 -
YUV 119.17 166.85 194.93 -
System Red Green Blue C M Y K H S L
Decimal 213 58 188 0 0.73 0.12 0.16 309.68 0.65 0.53
Hex D5 3A BC 0 49 C 10 136 41 35
Octal 325 72 274 0 111 14 20 466 101 65
Binary 11010101 111010 10111100 0 1001001 1100 10000 100110110 1000001 110101

Color Harmonies of #D53ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53ABC

Black with #D53ABC

Text Example


Text Example

White with #D53ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53ABC; }

 p { color: rgb(213,58,188); }

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

background-color css

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

 a { background-color: rgb(213,58,188); }

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

border-color css

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

 span { border-color: rgb(213,58,188); }

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