Html Css Color HEX #D53CCE Fuchsia

📋 copy color: '#D53CCE'

red 213 ◦ green 60 ◦ blue 206

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

Shades of Fuchsia #D53CCE

Tints of Fuchsia #D53CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.01%

R = 44.47%
G = 12.53%
B = 43.01%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D53CCE (or 0xD53CCE) is known color: Fuchsia. HEX triplet: D5, 3C and CE. RGB value is (213,60,206). Sum of RGB (Red+Green+Blue) = 213+60+206=479 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.47% from 479); Green value is 60 (23.83% from 255 or 12.53% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 213 - color contains mainly: red. Hex color #D53CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53CCE is #2AC331. Grayscale: #797979. Windows color (decimal): -2802482 or 13515989. OLE color: 13515989.

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

Color convert

RGB 213 60 206 -
CMYK 0 0.72 0.03 0.16
HSL 302.75º 0.65% 0.54% -
HSV(B) 302.75º 0.72% 0.84% -
XYZ 40.2 21.83 60.49 -
YUV 122.39 175.19 192.63 -
System Red Green Blue C M Y K H S L
Decimal 213 60 206 0 0.72 0.03 0.16 302.75 0.65 0.54
Hex D5 3C CE 0 48 3 10 12F 41 36
Octal 325 74 316 0 110 3 20 457 101 66
Binary 11010101 111100 11001110 0 1001000 11 10000 100101111 1000001 110110

Color Harmonies of #D53CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53CCE

Black with #D53CCE

Text Example


Text Example

White with #D53CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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