Html Css Color HEX #D52DCD Fuchsia

📋 copy color: '#D52DCD'

red 213 ◦ green 45 ◦ blue 205

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

Shades of Fuchsia #D52DCD

Tints of Fuchsia #D52DCD

RGB

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

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

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

R = 46%
G = 9.72%
B = 44.28%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D52DCD (or 0xD52DCD) is known color: Fuchsia. HEX triplet: D5, 2D and CD. RGB value is (213,45,205). Sum of RGB (Red+Green+Blue) = 213+45+205=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 45 (17.97% from 255 or 9.72% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 213 - color contains mainly: red. Hex color #D52DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52DCD is #2AD232. Grayscale: #707070. Windows color (decimal): -2806323 or 13446613. OLE color: 13446613.

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

Color convert

RGB 213 45 205 -
CMYK 0 0.79 0.04 0.16
HSL 302.86º 0.67% 0.51% -
HSV(B) 302.86º 0.79% 0.84% -
XYZ 39.4 20.43 59.62 -
YUV 113.47 179.66 198.99 -
System Red Green Blue C M Y K H S L
Decimal 213 45 205 0 0.79 0.04 0.16 302.86 0.67 0.51
Hex D5 2D CD 0 4F 4 10 12F 43 33
Octal 325 55 315 0 117 4 20 457 103 63
Binary 11010101 101101 11001101 0 1001111 100 10000 100101111 1000011 110011

Color Harmonies of #D52DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52DCD

Black with #D52DCD

Text Example


Text Example

White with #D52DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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