Html Css Color HEX #D647AE Fuchsia

📋 copy color: '#D647AE'

red 214 ◦ green 71 ◦ blue 174

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

Shades of Fuchsia #D647AE

Tints of Fuchsia #D647AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 37.91%

R = 46.62%
G = 15.47%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D647AE (or 0xD647AE) is known color: Fuchsia. HEX triplet: D6, 47 and AE. RGB value is (214,71,174). Sum of RGB (Red+Green+Blue) = 214+71+174=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 71 (28.12% from 255 or 15.47% from 459); Blue value is 174 (68.36% from 255 or 37.91% from 459); Max value from RGB is 214 - color contains mainly: red. Hex color #D647AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D647AE is #29B851. Grayscale: #7D7D7D. Windows color (decimal): -2734162 or 11421654. OLE color: 11421654.

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

Color convert

RGB 214 71 174 -
CMYK 0 0.67 0.19 0.16
HSL 316.78º 0.64% 0.56% -
HSV(B) 316.78º 0.67% 0.84% -
XYZ 37.62 21.86 42.28 -
YUV 125.5 155.38 191.12 -
System Red Green Blue C M Y K H S L
Decimal 214 71 174 0 0.67 0.19 0.16 316.78 0.64 0.56
Hex D6 47 AE 0 43 13 10 13D 40 38
Octal 326 107 256 0 103 23 20 475 100 70
Binary 11010110 1000111 10101110 0 1000011 10011 10000 100111101 1000000 111000

Color Harmonies of #D647AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D647AE

Black with #D647AE

Text Example


Text Example

White with #D647AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D647AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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