Html Css Color HEX #D52FCB Fuchsia

📋 copy color: '#D52FCB'

red 213 ◦ green 47 ◦ blue 203

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

Shades of Fuchsia #D52FCB

Tints of Fuchsia #D52FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.84%

R = 46%
G = 10.15%
B = 43.84%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D52FCB (or 0xD52FCB) is known color: Fuchsia. HEX triplet: D5, 2F and CB. RGB value is (213,47,203). Sum of RGB (Red+Green+Blue) = 213+47+203=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 47 (18.75% from 255 or 10.15% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 213 - color contains mainly: red. Hex color #D52FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52FCB is #2AD034. Grayscale: #717171. Windows color (decimal): -2805813 or 13316053. OLE color: 13316053.

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

Color convert

RGB 213 47 203 -
CMYK 0 0.78 0.05 0.16
HSL 303.61º 0.66% 0.51% -
HSV(B) 303.61º 0.78% 0.84% -
XYZ 39.24 20.49 58.39 -
YUV 114.42 178 198.32 -
System Red Green Blue C M Y K H S L
Decimal 213 47 203 0 0.78 0.05 0.16 303.61 0.66 0.51
Hex D5 2F CB 0 4E 5 10 130 42 33
Octal 325 57 313 0 116 5 20 460 102 63
Binary 11010101 101111 11001011 0 1001110 101 10000 100110000 1000010 110011

Color Harmonies of #D52FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52FCB

Black with #D52FCB

Text Example


Text Example

White with #D52FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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