Html Css Color HEX #D640CD Fuchsia

📋 copy color: '#D640CD'

red 214 ◦ green 64 ◦ blue 205

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

Shades of Fuchsia #D640CD

Tints of Fuchsia #D640CD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.25%

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

R = 44.31%
G = 13.25%
B = 42.44%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D640CD (or 0xD640CD) is known color: Fuchsia. HEX triplet: D6, 40 and CD. RGB value is (214,64,205). Sum of RGB (Red+Green+Blue) = 214+64+205=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 64 (25.39% from 255 or 13.25% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 214 - color contains mainly: red. Hex color #D640CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D640CD is #29BF32. Grayscale: #7C7C7C. Windows color (decimal): -2735923 or 13451478. OLE color: 13451478.

HSL color Cylindrical-coordinate representation of color #D640CD: hue angle of 303.6º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D640CD is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 64 205 -
CMYK 0 0.70 0.04 0.16
HSL 303.6º 0.65% 0.55% -
HSV(B) 303.6º 0.7% 0.84% -
XYZ 40.58 22.37 59.94 -
YUV 124.92 173.2 191.54 -
System Red Green Blue C M Y K H S L
Decimal 214 64 205 0 0.70 0.04 0.16 303.6 0.65 0.55
Hex D6 40 CD 0 46 4 10 130 41 37
Octal 326 100 315 0 106 4 20 460 101 67
Binary 11010110 1000000 11001101 0 1000110 100 10000 100110000 1000001 110111

Color Harmonies of #D640CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D640CD

Black with #D640CD

Text Example


Text Example

White with #D640CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D640CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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