Html Css Color HEX #D52DC9 Fuchsia

📋 copy color: '#D52DC9'

red 213 ◦ green 45 ◦ blue 201

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

Shades of Fuchsia #D52DC9

Tints of Fuchsia #D52DC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 43.79%

R = 46.41%
G = 9.8%
B = 43.79%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D52DC9 (or 0xD52DC9) is known color: Fuchsia. HEX triplet: D5, 2D and C9. RGB value is (213,45,201). Sum of RGB (Red+Green+Blue) = 213+45+201=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 45 (17.97% from 255 or 9.80% from 459); Blue value is 201 (78.91% from 255 or 43.79% from 459); Max value from RGB is 213 - color contains mainly: red. Hex color #D52DC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52DC9 is #2AD236. Grayscale: #707070. Windows color (decimal): -2806327 or 13184469. OLE color: 13184469.

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

Color convert

RGB 213 45 201 -
CMYK 0 0.79 0.06 0.16
HSL 304.29º 0.67% 0.51% -
HSV(B) 304.29º 0.79% 0.84% -
XYZ 38.92 20.24 57.11 -
YUV 113.02 177.66 199.32 -
System Red Green Blue C M Y K H S L
Decimal 213 45 201 0 0.79 0.06 0.16 304.29 0.67 0.51
Hex D5 2D C9 0 4F 6 10 130 43 33
Octal 325 55 311 0 117 6 20 460 103 63
Binary 11010101 101101 11001001 0 1001111 110 10000 100110000 1000011 110011

Color Harmonies of #D52DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52DC9

Black with #D52DC9

Text Example


Text Example

White with #D52DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52DC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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