Html Css Color HEX #D642CA Fuchsia

📋 copy color: '#D642CA'

red 214 ◦ green 66 ◦ blue 202

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

Shades of Fuchsia #D642CA

Tints of Fuchsia #D642CA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.69%

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

R = 44.4%
G = 13.69%
B = 41.91%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D642CA (or 0xD642CA) is known color: Fuchsia. HEX triplet: D6, 42 and CA. RGB value is (214,66,202). Sum of RGB (Red+Green+Blue) = 214+66+202=482 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.40% from 482); Green value is 66 (26.17% from 255 or 13.69% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 214 - color contains mainly: red. Hex color #D642CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D642CA is #29BD35. Grayscale: #7D7D7D. Windows color (decimal): -2735414 or 13255382. OLE color: 13255382.

HSL color Cylindrical-coordinate representation of color #D642CA: hue angle of 304.86º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D642CA is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 66 202 -
CMYK 0 0.69 0.06 0.16
HSL 304.86º 0.64% 0.55% -
HSV(B) 304.86º 0.69% 0.84% -
XYZ 40.34 22.46 58.09 -
YUV 125.76 171.03 190.94 -
System Red Green Blue C M Y K H S L
Decimal 214 66 202 0 0.69 0.06 0.16 304.86 0.64 0.55
Hex D6 42 CA 0 45 6 10 131 40 37
Octal 326 102 312 0 105 6 20 461 100 67
Binary 11010110 1000010 11001010 0 1000101 110 10000 100110001 1000000 110111

Color Harmonies of #D642CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D642CA

Black with #D642CA

Text Example


Text Example

White with #D642CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D642CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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