Html Css Color HEX #D537CE Fuchsia

📋 copy color: '#D537CE'

red 213 ◦ green 55 ◦ blue 206

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

Shades of Fuchsia #D537CE

Tints of Fuchsia #D537CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.46%

R = 44.94%
G = 11.6%
B = 43.46%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D537CE (or 0xD537CE) is known color: Fuchsia. HEX triplet: D5, 37 and CE. RGB value is (213,55,206). Sum of RGB (Red+Green+Blue) = 213+55+206=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 55 (21.88% from 255 or 11.60% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 213 - color contains mainly: red. Hex color #D537CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D537CE is #2AC831. Grayscale: #777777. Windows color (decimal): -2803762 or 13514709. OLE color: 13514709.

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

Color convert

RGB 213 55 206 -
CMYK 0 0.74 0.03 0.16
HSL 302.66º 0.65% 0.53% -
HSV(B) 302.66º 0.74% 0.84% -
XYZ 39.95 21.33 60.41 -
YUV 119.46 176.85 194.72 -
System Red Green Blue C M Y K H S L
Decimal 213 55 206 0 0.74 0.03 0.16 302.66 0.65 0.53
Hex D5 37 CE 0 4A 3 10 12F 41 35
Octal 325 67 316 0 112 3 20 457 101 65
Binary 11010101 110111 11001110 0 1001010 11 10000 100101111 1000001 110101

Color Harmonies of #D537CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D537CE

Black with #D537CE

Text Example


Text Example

White with #D537CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D537CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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