Html Css Color HEX #D631CD Fuchsia

📋 copy color: '#D631CD'

red 214 ◦ green 49 ◦ blue 205

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

Shades of Fuchsia #D631CD

Tints of Fuchsia #D631CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.8%

R = 45.73%
G = 10.47%
B = 43.8%

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

#D631CD (or 0xD631CD) is known color: Fuchsia. HEX triplet: D6, 31 and CD. RGB value is (214,49,205). Sum of RGB (Red+Green+Blue) = 214+49+205=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 49 (19.53% from 255 or 10.47% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D631CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D631CD is #29CE32. Grayscale: #737373. Windows color (decimal): -2739763 or 13447638. OLE color: 13447638.

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

Color convert

RGB 214 49 205 -
CMYK 0 0.77 0.04 0.16
HSL 303.27º 0.67% 0.52% -
HSV(B) 303.27º 0.77% 0.84% -
XYZ 39.85 20.9 59.69 -
YUV 116.12 178.16 197.82 -
System Red Green Blue C M Y K H S L
Decimal 214 49 205 0 0.77 0.04 0.16 303.27 0.67 0.52
Hex D6 31 CD 0 4D 4 10 12F 43 34
Octal 326 61 315 0 115 4 20 457 103 64
Binary 11010110 110001 11001101 0 1001101 100 10000 100101111 1000011 110100

Color Harmonies of #D631CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D631CD

Black with #D631CD

Text Example


Text Example

White with #D631CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D631CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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