Html Css Color HEX #D537CD Fuchsia

📋 copy color: '#D537CD'

red 213 ◦ green 55 ◦ blue 205

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

Shades of Fuchsia #D537CD

Tints of Fuchsia #D537CD

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.63%

 BLUE value IS 205 (80.47% from 255) = 43.34%

R = 45.03%
G = 11.63%
B = 43.34%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D537CD (or 0xD537CD) is known color: Fuchsia. HEX triplet: D5, 37 and CD. RGB value is (213,55,205). Sum of RGB (Red+Green+Blue) = 213+55+205=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 55 (21.88% from 255 or 11.63% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 213 - color contains mainly: red. Hex color #D537CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D537CD is #2AC832. Grayscale: #767676. Windows color (decimal): -2803763 or 13449173. OLE color: 13449173.

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

Color convert

RGB 213 55 205 -
CMYK 0 0.74 0.04 0.16
HSL 303.04º 0.65% 0.53% -
HSV(B) 303.04º 0.74% 0.84% -
XYZ 39.83 21.29 59.77 -
YUV 119.34 176.35 194.8 -
System Red Green Blue C M Y K H S L
Decimal 213 55 205 0 0.74 0.04 0.16 303.04 0.65 0.53
Hex D5 37 CD 0 4A 4 10 12F 41 35
Octal 325 67 315 0 112 4 20 457 101 65
Binary 11010101 110111 11001101 0 1001010 100 10000 100101111 1000001 110101

Color Harmonies of #D537CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D537CD

Black with #D537CD

Text Example


Text Example

White with #D537CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D537CD; }

 p { color: rgb(213,55,205); }

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

background-color css

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

 a { background-color: rgb(213,55,205); }

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

border-color css

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

 span { border-color: rgb(213,55,205); }

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