Html Css Color HEX #D53DBF Fuchsia

📋 copy color: '#D53DBF'

red 213 ◦ green 61 ◦ blue 191

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

Shades of Fuchsia #D53DBF

Tints of Fuchsia #D53DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.08%

R = 45.81%
G = 13.12%
B = 41.08%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D53DBF (or 0xD53DBF) is known color: Fuchsia. HEX triplet: D5, 3D and BF. RGB value is (213,61,191). Sum of RGB (Red+Green+Blue) = 213+61+191=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 61 (24.22% from 255 or 13.12% from 465); Blue value is 191 (75% from 255 or 41.08% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D53DBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53DBF is #2AC240. Grayscale: #787878. Windows color (decimal): -2802241 or 12533205. OLE color: 12533205.

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

Color convert

RGB 213 61 191 -
CMYK 0 0.71 0.10 0.16
HSL 308.68º 0.64% 0.54% -
HSV(B) 308.68º 0.71% 0.84% -
XYZ 38.51 21.25 51.36 -
YUV 121.27 167.36 193.43 -
System Red Green Blue C M Y K H S L
Decimal 213 61 191 0 0.71 0.10 0.16 308.68 0.64 0.54
Hex D5 3D BF 0 47 A 10 135 40 36
Octal 325 75 277 0 107 12 20 465 100 66
Binary 11010101 111101 10111111 0 1000111 1010 10000 100110101 1000000 110110

Color Harmonies of #D53DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53DBF

Black with #D53DBF

Text Example


Text Example

White with #D53DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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