Html Css Color HEX #D64CC3 Fuchsia

📋 copy color: '#D64CC3'

red 214 ◦ green 76 ◦ blue 195

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

Shades of Fuchsia #D64CC3

Tints of Fuchsia #D64CC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 40.21%

R = 44.12%
G = 15.67%
B = 40.21%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D64CC3 (or 0xD64CC3) is known color: Fuchsia. HEX triplet: D6, 4C and C3. RGB value is (214,76,195). Sum of RGB (Red+Green+Blue) = 214+76+195=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 76 (30.08% from 255 or 15.67% from 485); Blue value is 195 (76.56% from 255 or 40.21% from 485); Max value from RGB is 214 - color contains mainly: red. Hex color #D64CC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D64CC3 is #29B33C. Grayscale: #828282. Windows color (decimal): -2732861 or 12799190. OLE color: 12799190.

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

Color convert

RGB 214 76 195 -
CMYK 0 0.64 0.09 0.16
HSL 308.26º 0.63% 0.57% -
HSV(B) 308.26º 0.64% 0.84% -
XYZ 40.17 23.41 54.03 -
YUV 130.83 164.22 187.32 -
System Red Green Blue C M Y K H S L
Decimal 214 76 195 0 0.64 0.09 0.16 308.26 0.63 0.57
Hex D6 4C C3 0 40 9 10 134 3F 39
Octal 326 114 303 0 100 11 20 464 77 71
Binary 11010110 1001100 11000011 0 1000000 1001 10000 100110100 111111 111001

Color Harmonies of #D64CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64CC3

Black with #D64CC3

Text Example


Text Example

White with #D64CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64CC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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