Html Css Color HEX #D64CC7 Fuchsia

📋 copy color: '#D64CC7'

red 214 ◦ green 76 ◦ blue 199

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

Shades of Fuchsia #D64CC7

Tints of Fuchsia #D64CC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 40.7%

R = 43.76%
G = 15.54%
B = 40.7%

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

#D64CC7 (or 0xD64CC7) is known color: Fuchsia. HEX triplet: D6, 4C and C7. RGB value is (214,76,199). Sum of RGB (Red+Green+Blue) = 214+76+199=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 76 (30.08% from 255 or 15.54% from 489); Blue value is 199 (78.12% from 255 or 40.70% from 489); Max value from RGB is 214 - color contains mainly: red. Hex color #D64CC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D64CC7 is #29B338. Grayscale: #828282. Windows color (decimal): -2732857 or 13061334. OLE color: 13061334.

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

Color convert

RGB 214 76 199 -
CMYK 0 0.64 0.07 0.16
HSL 306.52º 0.63% 0.57% -
HSV(B) 306.52º 0.64% 0.84% -
XYZ 40.62 23.59 56.44 -
YUV 131.28 166.22 187 -
System Red Green Blue C M Y K H S L
Decimal 214 76 199 0 0.64 0.07 0.16 306.52 0.63 0.57
Hex D6 4C C7 0 40 7 10 133 3F 39
Octal 326 114 307 0 100 7 20 463 77 71
Binary 11010110 1001100 11000111 0 1000000 111 10000 100110011 111111 111001

Color Harmonies of #D64CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64CC7

Black with #D64CC7

Text Example


Text Example

White with #D64CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64CC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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