Html Css Color HEX #D531CF Fuchsia

📋 copy color: '#D531CF'

red 213 ◦ green 49 ◦ blue 207

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

Shades of Fuchsia #D531CF

Tints of Fuchsia #D531CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.14%

R = 45.42%
G = 10.45%
B = 44.14%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D531CF (or 0xD531CF) is known color: Fuchsia. HEX triplet: D5, 31 and CF. RGB value is (213,49,207). Sum of RGB (Red+Green+Blue) = 213+49+207=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 49 (19.53% from 255 or 10.45% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 213 - color contains mainly: red. Hex color #D531CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D531CF is #2ACE30. Grayscale: #737373. Windows color (decimal): -2805297 or 13578709. OLE color: 13578709.

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

Color convert

RGB 213 49 207 -
CMYK 0 0.77 0.03 0.16
HSL 302.2º 0.66% 0.51% -
HSV(B) 302.2º 0.77% 0.84% -
XYZ 39.8 20.85 60.96 -
YUV 116.05 179.33 197.15 -
System Red Green Blue C M Y K H S L
Decimal 213 49 207 0 0.77 0.03 0.16 302.2 0.66 0.51
Hex D5 31 CF 0 4D 3 10 12E 42 33
Octal 325 61 317 0 115 3 20 456 102 63
Binary 11010101 110001 11001111 0 1001101 11 10000 100101110 1000010 110011

Color Harmonies of #D531CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D531CF

Black with #D531CF

Text Example


Text Example

White with #D531CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D531CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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