Html Css Color HEX #D64CC4 Fuchsia

📋 copy color: '#D64CC4'

red 214 ◦ green 76 ◦ blue 196

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

Shades of Fuchsia #D64CC4

Tints of Fuchsia #D64CC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 40.33%

R = 44.03%
G = 15.64%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D64CC4 (or 0xD64CC4) is known color: Fuchsia. HEX triplet: D6, 4C and C4. RGB value is (214,76,196). Sum of RGB (Red+Green+Blue) = 214+76+196=486 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.03% from 486); Green value is 76 (30.08% from 255 or 15.64% from 486); Blue value is 196 (76.95% from 255 or 40.33% from 486); Max value from RGB is 214 - color contains mainly: red. Hex color #D64CC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D64CC4 is #29B33B. Grayscale: #828282. Windows color (decimal): -2732860 or 12864726. OLE color: 12864726.

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

Color convert

RGB 214 76 196 -
CMYK 0 0.64 0.08 0.16
HSL 307.83º 0.63% 0.57% -
HSV(B) 307.83º 0.64% 0.84% -
XYZ 40.28 23.45 54.63 -
YUV 130.94 164.72 187.24 -
System Red Green Blue C M Y K H S L
Decimal 214 76 196 0 0.64 0.08 0.16 307.83 0.63 0.57
Hex D6 4C C4 0 40 8 10 134 3F 39
Octal 326 114 304 0 100 10 20 464 77 71
Binary 11010110 1001100 11000100 0 1000000 1000 10000 100110100 111111 111001

Color Harmonies of #D64CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64CC4

Black with #D64CC4

Text Example


Text Example

White with #D64CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64CC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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