Html Css Color HEX #D52FB4 Fuchsia

📋 copy color: '#D52FB4'

red 213 ◦ green 47 ◦ blue 180

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

Shades of Fuchsia #D52FB4

Tints of Fuchsia #D52FB4

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.68%

 BLUE value IS 180 (70.7% from 255) = 40.91%

R = 48.41%
G = 10.68%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D52FB4 (or 0xD52FB4) is known color: Fuchsia. HEX triplet: D5, 2F and B4. RGB value is (213,47,180). Sum of RGB (Red+Green+Blue) = 213+47+180=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 47 (18.75% from 255 or 10.68% from 440); Blue value is 180 (70.70% from 255 or 40.91% from 440); Max value from RGB is 213 - color contains mainly: red. Hex color #D52FB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52FB4 is #2AD04B. Grayscale: #6F6F6F. Windows color (decimal): -2805836 or 11808725. OLE color: 11808725.

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

Color convert

RGB 213 47 180 -
CMYK 0 0.78 0.15 0.16
HSL 311.93º 0.66% 0.51% -
HSV(B) 311.93º 0.78% 0.84% -
XYZ 36.7 19.47 45 -
YUV 111.8 166.5 200.19 -
System Red Green Blue C M Y K H S L
Decimal 213 47 180 0 0.78 0.15 0.16 311.93 0.66 0.51
Hex D5 2F B4 0 4E F 10 138 42 33
Octal 325 57 264 0 116 17 20 470 102 63
Binary 11010101 101111 10110100 0 1001110 1111 10000 100111000 1000010 110011

Color Harmonies of #D52FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52FB4

Black with #D52FB4

Text Example


Text Example

White with #D52FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52FB4; }

 p { color: rgb(213,47,180); }

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

background-color css

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

 a { background-color: rgb(213,47,180); }

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

border-color css

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

 span { border-color: rgb(213,47,180); }

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