Html Css Color HEX #D634CE Fuchsia

📋 copy color: '#D634CE'

red 214 ◦ green 52 ◦ blue 206

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

Shades of Fuchsia #D634CE

Tints of Fuchsia #D634CE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.02%

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

R = 45.34%
G = 11.02%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D634CE (or 0xD634CE) is known color: Fuchsia. HEX triplet: D6, 34 and CE. RGB value is (214,52,206). Sum of RGB (Red+Green+Blue) = 214+52+206=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 52 (20.70% from 255 or 11.02% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 214 - color contains mainly: red. Hex color #D634CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D634CE is #29CB31. Grayscale: #757575. Windows color (decimal): -2738994 or 13513942. OLE color: 13513942.

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

Color convert

RGB 214 52 206 -
CMYK 0 0.76 0.04 0.16
HSL 302.96º 0.66% 0.52% -
HSV(B) 302.96º 0.76% 0.84% -
XYZ 40.1 21.21 60.37 -
YUV 117.99 177.67 196.48 -
System Red Green Blue C M Y K H S L
Decimal 214 52 206 0 0.76 0.04 0.16 302.96 0.66 0.52
Hex D6 34 CE 0 4C 4 10 12F 42 34
Octal 326 64 316 0 114 4 20 457 102 64
Binary 11010110 110100 11001110 0 1001100 100 10000 100101111 1000010 110100

Color Harmonies of #D634CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D634CE

Black with #D634CE

Text Example


Text Example

White with #D634CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D634CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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