Html Css Color HEX #D52DC6 Fuchsia

📋 copy color: '#D52DC6'

red 213 ◦ green 45 ◦ blue 198

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

Shades of Fuchsia #D52DC6

Tints of Fuchsia #D52DC6

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.87%

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

R = 46.71%
G = 9.87%
B = 43.42%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D52DC6 (or 0xD52DC6) is known color: Fuchsia. HEX triplet: D5, 2D and C6. RGB value is (213,45,198). Sum of RGB (Red+Green+Blue) = 213+45+198=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 45 (17.97% from 255 or 9.87% from 456); Blue value is 198 (77.73% from 255 or 43.42% from 456); Max value from RGB is 213 - color contains mainly: red. Hex color #D52DC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52DC6 is #2AD239. Grayscale: #707070. Windows color (decimal): -2806330 or 12987861. OLE color: 12987861.

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

Color convert

RGB 213 45 198 -
CMYK 0 0.79 0.07 0.16
HSL 305.36º 0.67% 0.51% -
HSV(B) 305.36º 0.79% 0.84% -
XYZ 38.57 20.1 55.27 -
YUV 112.67 176.16 199.56 -
System Red Green Blue C M Y K H S L
Decimal 213 45 198 0 0.79 0.07 0.16 305.36 0.67 0.51
Hex D5 2D C6 0 4F 7 10 131 43 33
Octal 325 55 306 0 117 7 20 461 103 63
Binary 11010101 101101 11000110 0 1001111 111 10000 100110001 1000011 110011

Color Harmonies of #D52DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52DC6

Black with #D52DC6

Text Example


Text Example

White with #D52DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52DC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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