Html Css Color HEX #D641CC Fuchsia

📋 copy color: '#D641CC'

red 214 ◦ green 65 ◦ blue 204

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

Shades of Fuchsia #D641CC

Tints of Fuchsia #D641CC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.46%

 BLUE value IS 204 (80.08% from 255) = 42.24%

R = 44.31%
G = 13.46%
B = 42.24%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D641CC (or 0xD641CC) is known color: Fuchsia. HEX triplet: D6, 41 and CC. RGB value is (214,65,204). Sum of RGB (Red+Green+Blue) = 214+65+204=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 65 (25.78% from 255 or 13.46% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 214 - color contains mainly: red. Hex color #D641CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D641CC is #29BE33. Grayscale: #7C7C7C. Windows color (decimal): -2735668 or 13386198. OLE color: 13386198.

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

Color convert

RGB 214 65 204 -
CMYK 0 0.70 0.05 0.16
HSL 304.03º 0.65% 0.55% -
HSV(B) 304.03º 0.7% 0.84% -
XYZ 40.52 22.44 59.32 -
YUV 125.4 172.36 191.2 -
System Red Green Blue C M Y K H S L
Decimal 214 65 204 0 0.70 0.05 0.16 304.03 0.65 0.55
Hex D6 41 CC 0 46 5 10 130 41 37
Octal 326 101 314 0 106 5 20 460 101 67
Binary 11010110 1000001 11001100 0 1000110 101 10000 100110000 1000001 110111

Color Harmonies of #D641CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D641CC

Black with #D641CC

Text Example


Text Example

White with #D641CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D641CC; }

 p { color: rgb(214,65,204); }

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

background-color css

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

 a { background-color: rgb(214,65,204); }

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

border-color css

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

 span { border-color: rgb(214,65,204); }

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