Html Css Color HEX #D53CB2 Fuchsia

📋 copy color: '#D53CB2'

red 213 ◦ green 60 ◦ blue 178

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

Shades of Fuchsia #D53CB2

Tints of Fuchsia #D53CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 39.47%

R = 47.23%
G = 13.3%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D53CB2 (or 0xD53CB2) is known color: Fuchsia. HEX triplet: D5, 3C and B2. RGB value is (213,60,178). Sum of RGB (Red+Green+Blue) = 213+60+178=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 60 (23.83% from 255 or 13.30% from 451); Blue value is 178 (69.92% from 255 or 39.47% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D53CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53CB2 is #2AC34D. Grayscale: #767676. Windows color (decimal): -2802510 or 11680981. OLE color: 11680981.

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

Color convert

RGB 213 60 178 -
CMYK 0 0.72 0.16 0.16
HSL 313.73º 0.65% 0.54% -
HSV(B) 313.73º 0.72% 0.84% -
XYZ 37.09 20.59 44.14 -
YUV 119.2 161.19 194.91 -
System Red Green Blue C M Y K H S L
Decimal 213 60 178 0 0.72 0.16 0.16 313.73 0.65 0.54
Hex D5 3C B2 0 48 10 10 13A 41 36
Octal 325 74 262 0 110 20 20 472 101 66
Binary 11010101 111100 10110010 0 1001000 10000 10000 100111010 1000001 110110

Color Harmonies of #D53CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53CB2

Black with #D53CB2

Text Example


Text Example

White with #D53CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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