Html Css Color HEX #D53CC0 Fuchsia

📋 copy color: '#D53CC0'

red 213 ◦ green 60 ◦ blue 192

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

Shades of Fuchsia #D53CC0

Tints of Fuchsia #D53CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 41.29%

R = 45.81%
G = 12.9%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D53CC0 (or 0xD53CC0) is known color: Fuchsia. HEX triplet: D5, 3C and C0. RGB value is (213,60,192). Sum of RGB (Red+Green+Blue) = 213+60+192=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 60 (23.83% from 255 or 12.90% from 465); Blue value is 192 (75.39% from 255 or 41.29% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D53CC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53CC0 is #2AC33F. Grayscale: #787878. Windows color (decimal): -2802496 or 12598485. OLE color: 12598485.

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

Color convert

RGB 213 60 192 -
CMYK 0 0.72 0.10 0.16
HSL 308.24º 0.65% 0.54% -
HSV(B) 308.24º 0.72% 0.84% -
XYZ 38.57 21.18 51.93 -
YUV 120.8 168.19 193.77 -
System Red Green Blue C M Y K H S L
Decimal 213 60 192 0 0.72 0.10 0.16 308.24 0.65 0.54
Hex D5 3C C0 0 48 A 10 134 41 36
Octal 325 74 300 0 110 12 20 464 101 66
Binary 11010101 111100 11000000 0 1001000 1010 10000 100110100 1000001 110110

Color Harmonies of #D53CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53CC0

Black with #D53CC0

Text Example


Text Example

White with #D53CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53CC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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