Html Css Color HEX #D636CD Fuchsia

📋 copy color: '#D636CD'

red 214 ◦ green 54 ◦ blue 205

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

Shades of Fuchsia #D636CD

Tints of Fuchsia #D636CD

RGB

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

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

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

R = 45.24%
G = 11.42%
B = 43.34%

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

#D636CD (or 0xD636CD) is known color: Fuchsia. HEX triplet: D6, 36 and CD. RGB value is (214,54,205). Sum of RGB (Red+Green+Blue) = 214+54+205=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 54 (21.48% from 255 or 11.42% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D636CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D636CD is #29C932. Grayscale: #767676. Windows color (decimal): -2738483 or 13448918. OLE color: 13448918.

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

Color convert

RGB 214 54 205 -
CMYK 0 0.75 0.04 0.16
HSL 303.38º 0.66% 0.53% -
HSV(B) 303.38º 0.75% 0.84% -
XYZ 40.07 21.34 59.77 -
YUV 119.05 176.51 195.72 -
System Red Green Blue C M Y K H S L
Decimal 214 54 205 0 0.75 0.04 0.16 303.38 0.66 0.53
Hex D6 36 CD 0 4B 4 10 12F 42 35
Octal 326 66 315 0 113 4 20 457 102 65
Binary 11010110 110110 11001101 0 1001011 100 10000 100101111 1000010 110101

Color Harmonies of #D636CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D636CD

Black with #D636CD

Text Example


Text Example

White with #D636CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D636CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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