Html Css Color HEX #D631CE Fuchsia

📋 copy color: '#D631CE'

red 214 ◦ green 49 ◦ blue 206

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

Shades of Fuchsia #D631CE

Tints of Fuchsia #D631CE

RGB

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

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

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

R = 45.63%
G = 10.45%
B = 43.92%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D631CE (or 0xD631CE) is known color: Fuchsia. HEX triplet: D6, 31 and CE. RGB value is (214,49,206). Sum of RGB (Red+Green+Blue) = 214+49+206=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 49 (19.53% from 255 or 10.45% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 214 - color contains mainly: red. Hex color #D631CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D631CE is #29CE31. Grayscale: #737373. Windows color (decimal): -2739762 or 13513174. OLE color: 13513174.

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

Color convert

RGB 214 49 206 -
CMYK 0 0.77 0.04 0.16
HSL 302.91º 0.67% 0.52% -
HSV(B) 302.91º 0.77% 0.84% -
XYZ 39.97 20.95 60.33 -
YUV 116.23 178.66 197.73 -
System Red Green Blue C M Y K H S L
Decimal 214 49 206 0 0.77 0.04 0.16 302.91 0.67 0.52
Hex D6 31 CE 0 4D 4 10 12F 43 34
Octal 326 61 316 0 115 4 20 457 103 64
Binary 11010110 110001 11001110 0 1001101 100 10000 100101111 1000011 110100

Color Harmonies of #D631CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D631CE

Black with #D631CE

Text Example


Text Example

White with #D631CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D631CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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