Html Css Color HEX #D647CA Fuchsia

📋 copy color: '#D647CA'

red 214 ◦ green 71 ◦ blue 202

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

Shades of Fuchsia #D647CA

Tints of Fuchsia #D647CA

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.58%

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

R = 43.94%
G = 14.58%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D647CA (or 0xD647CA) is known color: Fuchsia. HEX triplet: D6, 47 and CA. RGB value is (214,71,202). Sum of RGB (Red+Green+Blue) = 214+71+202=487 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.94% from 487); Green value is 71 (28.12% from 255 or 14.58% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 214 - color contains mainly: red. Hex color #D647CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D647CA is #29B835. Grayscale: #808080. Windows color (decimal): -2734134 or 13256662. OLE color: 13256662.

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

Color convert

RGB 214 71 202 -
CMYK 0 0.67 0.06 0.16
HSL 305.04º 0.64% 0.56% -
HSV(B) 305.04º 0.67% 0.84% -
XYZ 40.65 23.07 58.19 -
YUV 128.69 169.38 188.85 -
System Red Green Blue C M Y K H S L
Decimal 214 71 202 0 0.67 0.06 0.16 305.04 0.64 0.56
Hex D6 47 CA 0 43 6 10 131 40 38
Octal 326 107 312 0 103 6 20 461 100 70
Binary 11010110 1000111 11001010 0 1000011 110 10000 100110001 1000000 111000

Color Harmonies of #D647CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D647CA

Black with #D647CA

Text Example


Text Example

White with #D647CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D647CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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