Html Css Color HEX #D64CC6 Fuchsia

📋 copy color: '#D64CC6'

red 214 ◦ green 76 ◦ blue 198

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

Shades of Fuchsia #D64CC6

Tints of Fuchsia #D64CC6

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.57%

 BLUE value IS 198 (77.73% from 255) = 40.57%

R = 43.85%
G = 15.57%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D64CC6 (or 0xD64CC6) is known color: Fuchsia. HEX triplet: D6, 4C and C6. RGB value is (214,76,198). Sum of RGB (Red+Green+Blue) = 214+76+198=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 76 (30.08% from 255 or 15.57% from 488); Blue value is 198 (77.73% from 255 or 40.57% from 488); Max value from RGB is 214 - color contains mainly: red. Hex color #D64CC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D64CC6 is #29B339. Grayscale: #828282. Windows color (decimal): -2732858 or 12995798. OLE color: 12995798.

HSL color Cylindrical-coordinate representation of color #D64CC6: hue angle of 306.96º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D64CC6 is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 76 198 -
CMYK 0 0.64 0.07 0.16
HSL 306.96º 0.63% 0.57% -
HSV(B) 306.96º 0.64% 0.84% -
XYZ 40.51 23.54 55.84 -
YUV 131.17 165.72 187.08 -
System Red Green Blue C M Y K H S L
Decimal 214 76 198 0 0.64 0.07 0.16 306.96 0.63 0.57
Hex D6 4C C6 0 40 7 10 133 3F 39
Octal 326 114 306 0 100 7 20 463 77 71
Binary 11010110 1001100 11000110 0 1000000 111 10000 100110011 111111 111001

Color Harmonies of #D64CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64CC6

Black with #D64CC6

Text Example


Text Example

White with #D64CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64CC6; }

 p { color: rgb(214,76,198); }

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

background-color css

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

 a { background-color: rgb(214,76,198); }

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

border-color css

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

 span { border-color: rgb(214,76,198); }

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