Html Css Color HEX #D641CA Fuchsia

📋 copy color: '#D641CA'

red 214 ◦ green 65 ◦ blue 202

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

Shades of Fuchsia #D641CA

Tints of Fuchsia #D641CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42%

R = 44.49%
G = 13.51%
B = 42%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D641CA (or 0xD641CA) is known color: Fuchsia. HEX triplet: D6, 41 and CA. RGB value is (214,65,202). Sum of RGB (Red+Green+Blue) = 214+65+202=481 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.49% from 481); Green value is 65 (25.78% from 255 or 13.51% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 214 - color contains mainly: red. Hex color #D641CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D641CA is #29BE35. Grayscale: #7C7C7C. Windows color (decimal): -2735670 or 13255126. OLE color: 13255126.

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

Color convert

RGB 214 65 202 -
CMYK 0 0.70 0.06 0.16
HSL 304.83º 0.65% 0.55% -
HSV(B) 304.83º 0.7% 0.84% -
XYZ 40.28 22.34 58.07 -
YUV 125.17 171.36 191.36 -
System Red Green Blue C M Y K H S L
Decimal 214 65 202 0 0.70 0.06 0.16 304.83 0.65 0.55
Hex D6 41 CA 0 46 6 10 131 41 37
Octal 326 101 312 0 106 6 20 461 101 67
Binary 11010110 1000001 11001010 0 1000110 110 10000 100110001 1000001 110111

Color Harmonies of #D641CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D641CA

Black with #D641CA

Text Example


Text Example

White with #D641CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D641CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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