Html Css Color HEX #D639C5 Fuchsia

📋 copy color: '#D639C5'

red 214 ◦ green 57 ◦ blue 197

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

Shades of Fuchsia #D639C5

Tints of Fuchsia #D639C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 42.09%

R = 45.73%
G = 12.18%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D639C5 (or 0xD639C5) is known color: Fuchsia. HEX triplet: D6, 39 and C5. RGB value is (214,57,197). Sum of RGB (Red+Green+Blue) = 214+57+197=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 57 (22.66% from 255 or 12.18% from 468); Blue value is 197 (77.34% from 255 or 42.09% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D639C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D639C5 is #29C63A. Grayscale: #777777. Windows color (decimal): -2737723 or 12925398. OLE color: 12925398.

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

Color convert

RGB 214 57 197 -
CMYK 0 0.73 0.08 0.16
HSL 306.5º 0.66% 0.53% -
HSV(B) 306.5º 0.73% 0.84% -
XYZ 39.27 21.25 54.86 -
YUV 119.9 171.51 195.12 -
System Red Green Blue C M Y K H S L
Decimal 214 57 197 0 0.73 0.08 0.16 306.5 0.66 0.53
Hex D6 39 C5 0 49 8 10 132 42 35
Octal 326 71 305 0 111 10 20 462 102 65
Binary 11010110 111001 11000101 0 1001001 1000 10000 100110010 1000010 110101

Color Harmonies of #D639C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D639C5

Black with #D639C5

Text Example


Text Example

White with #D639C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D639C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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