Html Css Color HEX #D52DC7 Fuchsia

📋 copy color: '#D52DC7'

red 213 ◦ green 45 ◦ blue 199

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

Shades of Fuchsia #D52DC7

Tints of Fuchsia #D52DC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 43.54%

R = 46.61%
G = 9.85%
B = 43.54%

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

#D52DC7 (or 0xD52DC7) is known color: Fuchsia. HEX triplet: D5, 2D and C7. RGB value is (213,45,199). Sum of RGB (Red+Green+Blue) = 213+45+199=457 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.61% from 457); Green value is 45 (17.97% from 255 or 9.85% from 457); Blue value is 199 (78.12% from 255 or 43.54% from 457); Max value from RGB is 213 - color contains mainly: red. Hex color #D52DC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52DC7 is #2AD238. Grayscale: #707070. Windows color (decimal): -2806329 or 13053397. OLE color: 13053397.

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

Color convert

RGB 213 45 199 -
CMYK 0 0.79 0.07 0.16
HSL 305º 0.67% 0.51% -
HSV(B) 305º 0.79% 0.84% -
XYZ 38.69 20.15 55.88 -
YUV 112.79 176.66 199.48 -
System Red Green Blue C M Y K H S L
Decimal 213 45 199 0 0.79 0.07 0.16 305 0.67 0.51
Hex D5 2D C7 0 4F 7 10 131 43 33
Octal 325 55 307 0 117 7 20 461 103 63
Binary 11010101 101101 11000111 0 1001111 111 10000 100110001 1000011 110011

Color Harmonies of #D52DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52DC7

Black with #D52DC7

Text Example


Text Example

White with #D52DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52DC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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