Html Css Color HEX #D53CC6 Fuchsia

📋 copy color: '#D53CC6'

red 213 ◦ green 60 ◦ blue 198

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

Shades of Fuchsia #D53CC6

Tints of Fuchsia #D53CC6

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.74%

 BLUE value IS 198 (77.73% from 255) = 42.04%

R = 45.22%
G = 12.74%
B = 42.04%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D53CC6 (or 0xD53CC6) is known color: Fuchsia. HEX triplet: D5, 3C and C6. RGB value is (213,60,198). Sum of RGB (Red+Green+Blue) = 213+60+198=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 60 (23.83% from 255 or 12.74% from 471); Blue value is 198 (77.73% from 255 or 42.04% from 471); Max value from RGB is 213 - color contains mainly: red. Hex color #D53CC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53CC6 is #2AC339. Grayscale: #797979. Windows color (decimal): -2802490 or 12991701. OLE color: 12991701.

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

Color convert

RGB 213 60 198 -
CMYK 0 0.72 0.07 0.16
HSL 305.88º 0.65% 0.54% -
HSV(B) 305.88º 0.72% 0.84% -
XYZ 39.25 21.46 55.5 -
YUV 121.48 171.19 193.28 -
System Red Green Blue C M Y K H S L
Decimal 213 60 198 0 0.72 0.07 0.16 305.88 0.65 0.54
Hex D5 3C C6 0 48 7 10 132 41 36
Octal 325 74 306 0 110 7 20 462 101 66
Binary 11010101 111100 11000110 0 1001000 111 10000 100110010 1000001 110110

Color Harmonies of #D53CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53CC6

Black with #D53CC6

Text Example


Text Example

White with #D53CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53CC6; }

 p { color: rgb(213,60,198); }

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

background-color css

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

 a { background-color: rgb(213,60,198); }

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

border-color css

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

 span { border-color: rgb(213,60,198); }

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