Html Css Color HEX #D639CE Fuchsia

📋 copy color: '#D639CE'

red 214 ◦ green 57 ◦ blue 206

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

Shades of Fuchsia #D639CE

Tints of Fuchsia #D639CE

RGB

 RED value IS 214 (83.98% from 255) = 44.86%

 GREEN value IS 57 (22.66% from 255) = 11.95%

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

R = 44.86%
G = 11.95%
B = 43.19%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D639CE (or 0xD639CE) is known color: Fuchsia. HEX triplet: D6, 39 and CE. RGB value is (214,57,206). Sum of RGB (Red+Green+Blue) = 214+57+206=477 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.86% from 477); Green value is 57 (22.66% from 255 or 11.95% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 214 - color contains mainly: red. Hex color #D639CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D639CE is #29C631. Grayscale: #787878. Windows color (decimal): -2737714 or 13515222. OLE color: 13515222.

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

Color convert

RGB 214 57 206 -
CMYK 0 0.73 0.04 0.16
HSL 303.06º 0.66% 0.53% -
HSV(B) 303.06º 0.73% 0.84% -
XYZ 40.34 21.68 60.45 -
YUV 120.93 176.01 194.38 -
System Red Green Blue C M Y K H S L
Decimal 214 57 206 0 0.73 0.04 0.16 303.06 0.66 0.53
Hex D6 39 CE 0 49 4 10 12F 42 35
Octal 326 71 316 0 111 4 20 457 102 65
Binary 11010110 111001 11001110 0 1001001 100 10000 100101111 1000010 110101

Color Harmonies of #D639CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D639CE

Black with #D639CE

Text Example


Text Example

White with #D639CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D639CE; }

 p { color: rgb(214,57,206); }

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

background-color css

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

 a { background-color: rgb(214,57,206); }

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

border-color css

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

 span { border-color: rgb(214,57,206); }

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