Html Css Color HEX #D53DC6 Fuchsia

📋 copy color: '#D53DC6'

red 213 ◦ green 61 ◦ blue 198

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

Shades of Fuchsia #D53DC6

Tints of Fuchsia #D53DC6

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.92%

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

R = 45.13%
G = 12.92%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D53DC6 (or 0xD53DC6) is known color: Fuchsia. HEX triplet: D5, 3D and C6. RGB value is (213,61,198). Sum of RGB (Red+Green+Blue) = 213+61+198=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 61 (24.22% from 255 or 12.92% from 472); Blue value is 198 (77.73% from 255 or 41.95% from 472); Max value from RGB is 213 - color contains mainly: red. Hex color #D53DC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53DC6 is #2AC239. Grayscale: #797979. Windows color (decimal): -2802234 or 12991957. OLE color: 12991957.

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

Color convert

RGB 213 61 198 -
CMYK 0 0.71 0.07 0.16
HSL 305.92º 0.64% 0.54% -
HSV(B) 305.92º 0.71% 0.84% -
XYZ 39.3 21.56 55.52 -
YUV 122.07 170.86 192.86 -
System Red Green Blue C M Y K H S L
Decimal 213 61 198 0 0.71 0.07 0.16 305.92 0.64 0.54
Hex D5 3D C6 0 47 7 10 132 40 36
Octal 325 75 306 0 107 7 20 462 100 66
Binary 11010101 111101 11000110 0 1000111 111 10000 100110010 1000000 110110

Color Harmonies of #D53DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53DC6

Black with #D53DC6

Text Example


Text Example

White with #D53DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53DC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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