Html Css Color HEX #D53DCF Fuchsia

📋 copy color: '#D53DCF'

red 213 ◦ green 61 ◦ blue 207

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

Shades of Fuchsia #D53DCF

Tints of Fuchsia #D53DCF

RGB

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

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

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

R = 44.28%
G = 12.68%
B = 43.04%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D53DCF (or 0xD53DCF) is known color: Fuchsia. HEX triplet: D5, 3D and CF. RGB value is (213,61,207). Sum of RGB (Red+Green+Blue) = 213+61+207=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 61 (24.22% from 255 or 12.68% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 213 - color contains mainly: red. Hex color #D53DCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53DCF is #2AC230. Grayscale: #7A7A7A. Windows color (decimal): -2802225 or 13581781. OLE color: 13581781.

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

Color convert

RGB 213 61 207 -
CMYK 0 0.71 0.03 0.16
HSL 302.37º 0.64% 0.54% -
HSV(B) 302.37º 0.71% 0.84% -
XYZ 40.37 21.99 61.15 -
YUV 123.09 175.36 192.13 -
System Red Green Blue C M Y K H S L
Decimal 213 61 207 0 0.71 0.03 0.16 302.37 0.64 0.54
Hex D5 3D CF 0 47 3 10 12E 40 36
Octal 325 75 317 0 107 3 20 456 100 66
Binary 11010101 111101 11001111 0 1000111 11 10000 100101110 1000000 110110

Color Harmonies of #D53DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53DCF

Black with #D53DCF

Text Example


Text Example

White with #D53DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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