Html Css Color HEX #D32FCB Fuchsia

📋 copy color: '#D32FCB'

red 211 ◦ green 47 ◦ blue 203

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

Shades of Fuchsia #D32FCB

Tints of Fuchsia #D32FCB

RGB

 RED value IS 211 (82.81% from 255) = 45.77%

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

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

R = 45.77%
G = 10.2%
B = 44.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D32FCB (or 0xD32FCB) is known color: Fuchsia. HEX triplet: D3, 2F and CB. RGB value is (211,47,203). Sum of RGB (Red+Green+Blue) = 211+47+203=461 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.77% from 461); Green value is 47 (18.75% from 255 or 10.20% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 211 - color contains mainly: red. Hex color #D32FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D32FCB is #2CD034. Grayscale: #717171. Windows color (decimal): -2936885 or 13316051. OLE color: 13316051.

HSL color Cylindrical-coordinate representation of color #D32FCB: hue angle of 302.93º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D32FCB is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 47 203 -
CMYK 0 0.78 0.04 0.17
HSL 302.93º 0.65% 0.51% -
HSV(B) 302.93º 0.78% 0.83% -
XYZ 38.66 20.19 58.36 -
YUV 113.82 178.33 197.32 -
System Red Green Blue C M Y K H S L
Decimal 211 47 203 0 0.78 0.04 0.17 302.93 0.65 0.51
Hex D3 2F CB 0 4E 4 11 12F 41 33
Octal 323 57 313 0 116 4 21 457 101 63
Binary 11010011 101111 11001011 0 1001110 100 10001 100101111 1000001 110011

Color Harmonies of #D32FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32FCB

Black with #D32FCB

Text Example


Text Example

White with #D32FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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