Html Css Color HEX #D53FC7 Fuchsia

📋 copy color: '#D53FC7'

red 213 ◦ green 63 ◦ blue 199

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

Shades of Fuchsia #D53FC7

Tints of Fuchsia #D53FC7

RGB

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

 GREEN value IS 63 (25% from 255) = 13.26%

 BLUE value IS 199 (78.13% from 255) = 41.89%

R = 44.84%
G = 13.26%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D53FC7 (or 0xD53FC7) is known color: Fuchsia. HEX triplet: D5, 3F and C7. RGB value is (213,63,199). Sum of RGB (Red+Green+Blue) = 213+63+199=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 63 (25% from 255 or 13.26% from 475); Blue value is 199 (78.12% from 255 or 41.89% from 475); Max value from RGB is 213 - color contains mainly: red. Hex color #D53FC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53FC7 is #2AC038. Grayscale: #7A7A7A. Windows color (decimal): -2801721 or 13058005. OLE color: 13058005.

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

Color convert

RGB 213 63 199 -
CMYK 0 0.70 0.07 0.16
HSL 305.6º 0.64% 0.54% -
HSV(B) 305.6º 0.7% 0.84% -
XYZ 39.53 21.82 56.16 -
YUV 123.35 170.7 191.94 -
System Red Green Blue C M Y K H S L
Decimal 213 63 199 0 0.70 0.07 0.16 305.6 0.64 0.54
Hex D5 3F C7 0 46 7 10 132 40 36
Octal 325 77 307 0 106 7 20 462 100 66
Binary 11010101 111111 11000111 0 1000110 111 10000 100110010 1000000 110110

Color Harmonies of #D53FC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53FC7

Black with #D53FC7

Text Example


Text Example

White with #D53FC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53FC7; }

 p { color: rgb(213,63,199); }

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

background-color css

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

 a { background-color: rgb(213,63,199); }

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

border-color css

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

 span { border-color: rgb(213,63,199); }

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