Html Css Color HEX #D631CF Fuchsia

📋 copy color: '#D631CF'

red 214 ◦ green 49 ◦ blue 207

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

Shades of Fuchsia #D631CF

Tints of Fuchsia #D631CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.04%

R = 45.53%
G = 10.43%
B = 44.04%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D631CF (or 0xD631CF) is known color: Fuchsia. HEX triplet: D6, 31 and CF. RGB value is (214,49,207). Sum of RGB (Red+Green+Blue) = 214+49+207=470 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.53% from 470); Green value is 49 (19.53% from 255 or 10.43% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 214 - color contains mainly: red. Hex color #D631CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D631CF is #29CE30. Grayscale: #737373. Windows color (decimal): -2739761 or 13578710. OLE color: 13578710.

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

Color convert

RGB 214 49 207 -
CMYK 0 0.77 0.03 0.16
HSL 302.55º 0.67% 0.52% -
HSV(B) 302.55º 0.77% 0.84% -
XYZ 40.09 21 60.97 -
YUV 116.35 179.16 197.65 -
System Red Green Blue C M Y K H S L
Decimal 214 49 207 0 0.77 0.03 0.16 302.55 0.67 0.52
Hex D6 31 CF 0 4D 3 10 12F 43 34
Octal 326 61 317 0 115 3 20 457 103 64
Binary 11010110 110001 11001111 0 1001101 11 10000 100101111 1000011 110100

Color Harmonies of #D631CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D631CF

Black with #D631CF

Text Example


Text Example

White with #D631CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D631CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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