Html Css Color HEX #D53CCD Fuchsia

📋 copy color: '#D53CCD'

red 213 ◦ green 60 ◦ blue 205

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

Shades of Fuchsia #D53CCD

Tints of Fuchsia #D53CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.89%

R = 44.56%
G = 12.55%
B = 42.89%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D53CCD (or 0xD53CCD) is known color: Fuchsia. HEX triplet: D5, 3C and CD. RGB value is (213,60,205). Sum of RGB (Red+Green+Blue) = 213+60+205=478 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.56% from 478); Green value is 60 (23.83% from 255 or 12.55% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 213 - color contains mainly: red. Hex color #D53CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53CCD is #2AC332. Grayscale: #797979. Windows color (decimal): -2802483 or 13450453. OLE color: 13450453.

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

Color convert

RGB 213 60 205 -
CMYK 0 0.72 0.04 0.16
HSL 303.14º 0.65% 0.54% -
HSV(B) 303.14º 0.72% 0.84% -
XYZ 40.08 21.79 59.85 -
YUV 122.28 174.69 192.71 -
System Red Green Blue C M Y K H S L
Decimal 213 60 205 0 0.72 0.04 0.16 303.14 0.65 0.54
Hex D5 3C CD 0 48 4 10 12F 41 36
Octal 325 74 315 0 110 4 20 457 101 66
Binary 11010101 111100 11001101 0 1001000 100 10000 100101111 1000001 110110

Color Harmonies of #D53CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53CCD

Black with #D53CCD

Text Example


Text Example

White with #D53CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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