Html Css Color HEX #D636CE Fuchsia

📋 copy color: '#D636CE'

red 214 ◦ green 54 ◦ blue 206

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

Shades of Fuchsia #D636CE

Tints of Fuchsia #D636CE

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.39%

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

R = 45.15%
G = 11.39%
B = 43.46%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D636CE (or 0xD636CE) is known color: Fuchsia. HEX triplet: D6, 36 and CE. RGB value is (214,54,206). Sum of RGB (Red+Green+Blue) = 214+54+206=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 54 (21.48% from 255 or 11.39% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 214 - color contains mainly: red. Hex color #D636CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D636CE is #29C931. Grayscale: #767676. Windows color (decimal): -2738482 or 13514454. OLE color: 13514454.

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

Color convert

RGB 214 54 206 -
CMYK 0 0.75 0.04 0.16
HSL 303º 0.66% 0.53% -
HSV(B) 303º 0.75% 0.84% -
XYZ 40.19 21.39 60.4 -
YUV 119.17 177.01 195.64 -
System Red Green Blue C M Y K H S L
Decimal 214 54 206 0 0.75 0.04 0.16 303 0.66 0.53
Hex D6 36 CE 0 4B 4 10 12F 42 35
Octal 326 66 316 0 113 4 20 457 102 65
Binary 11010110 110110 11001110 0 1001011 100 10000 100101111 1000010 110101

Color Harmonies of #D636CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D636CE

Black with #D636CE

Text Example


Text Example

White with #D636CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D636CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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