Html Css Color HEX #D531CC Fuchsia

📋 copy color: '#D531CC'

red 213 ◦ green 49 ◦ blue 204

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

Shades of Fuchsia #D531CC

Tints of Fuchsia #D531CC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.52%

 BLUE value IS 204 (80.08% from 255) = 43.78%

R = 45.71%
G = 10.52%
B = 43.78%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D531CC (or 0xD531CC) is known color: Fuchsia. HEX triplet: D5, 31 and CC. RGB value is (213,49,204). Sum of RGB (Red+Green+Blue) = 213+49+204=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 49 (19.53% from 255 or 10.52% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 213 - color contains mainly: red. Hex color #D531CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D531CC is #2ACE33. Grayscale: #737373. Windows color (decimal): -2805300 or 13382101. OLE color: 13382101.

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

Color convert

RGB 213 49 204 -
CMYK 0 0.77 0.04 0.16
HSL 303.29º 0.66% 0.51% -
HSV(B) 303.29º 0.77% 0.84% -
XYZ 39.44 20.7 59.04 -
YUV 115.71 177.83 197.4 -
System Red Green Blue C M Y K H S L
Decimal 213 49 204 0 0.77 0.04 0.16 303.29 0.66 0.51
Hex D5 31 CC 0 4D 4 10 12F 42 33
Octal 325 61 314 0 115 4 20 457 102 63
Binary 11010101 110001 11001100 0 1001101 100 10000 100101111 1000010 110011

Color Harmonies of #D531CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D531CC

Black with #D531CC

Text Example


Text Example

White with #D531CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D531CC; }

 p { color: rgb(213,49,204); }

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

background-color css

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

 a { background-color: rgb(213,49,204); }

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

border-color css

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

 span { border-color: rgb(213,49,204); }

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