Html Css Color HEX #D53ACF Fuchsia

📋 copy color: '#D53ACF'

red 213 ◦ green 58 ◦ blue 207

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

Shades of Fuchsia #D53ACF

Tints of Fuchsia #D53ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.31%

R = 44.56%
G = 12.13%
B = 43.31%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D53ACF (or 0xD53ACF) is known color: Fuchsia. HEX triplet: D5, 3A and CF. RGB value is (213,58,207). Sum of RGB (Red+Green+Blue) = 213+58+207=478 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.56% from 478); Green value is 58 (23.05% from 255 or 12.13% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 213 - color contains mainly: red. Hex color #D53ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53ACF is #2AC530. Grayscale: #787878. Windows color (decimal): -2802993 or 13581013. OLE color: 13581013.

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

Color convert

RGB 213 58 207 -
CMYK 0 0.73 0.03 0.16
HSL 302.32º 0.65% 0.53% -
HSV(B) 302.32º 0.73% 0.84% -
XYZ 40.22 21.68 61.1 -
YUV 121.33 176.35 193.38 -
System Red Green Blue C M Y K H S L
Decimal 213 58 207 0 0.73 0.03 0.16 302.32 0.65 0.53
Hex D5 3A CF 0 49 3 10 12E 41 35
Octal 325 72 317 0 111 3 20 456 101 65
Binary 11010101 111010 11001111 0 1001001 11 10000 100101110 1000001 110101

Color Harmonies of #D53ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53ACF

Black with #D53ACF

Text Example


Text Example

White with #D53ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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