Html Css Color HEX #D631C7 Fuchsia

📋 copy color: '#D631C7'

red 214 ◦ green 49 ◦ blue 199

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

Shades of Fuchsia #D631C7

Tints of Fuchsia #D631C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 43.07%

R = 46.32%
G = 10.61%
B = 43.07%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D631C7 (or 0xD631C7) is known color: Fuchsia. HEX triplet: D6, 31 and C7. RGB value is (214,49,199). Sum of RGB (Red+Green+Blue) = 214+49+199=462 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.32% from 462); Green value is 49 (19.53% from 255 or 10.61% from 462); Blue value is 199 (78.12% from 255 or 43.07% from 462); Max value from RGB is 214 - color contains mainly: red. Hex color #D631C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D631C7 is #29CE38. Grayscale: #737373. Windows color (decimal): -2739769 or 13054422. OLE color: 13054422.

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

Color convert

RGB 214 49 199 -
CMYK 0 0.77 0.07 0.16
HSL 305.45º 0.67% 0.52% -
HSV(B) 305.45º 0.77% 0.84% -
XYZ 39.14 20.62 55.95 -
YUV 115.44 175.16 198.3 -
System Red Green Blue C M Y K H S L
Decimal 214 49 199 0 0.77 0.07 0.16 305.45 0.67 0.52
Hex D6 31 C7 0 4D 7 10 131 43 34
Octal 326 61 307 0 115 7 20 461 103 64
Binary 11010110 110001 11000111 0 1001101 111 10000 100110001 1000011 110100

Color Harmonies of #D631C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D631C7

Black with #D631C7

Text Example


Text Example

White with #D631C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D631C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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