Html Css Color HEX #D649AF Fuchsia

📋 copy color: '#D649AF'

red 214 ◦ green 73 ◦ blue 175

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

Shades of Fuchsia #D649AF

Tints of Fuchsia #D649AF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.8%

 BLUE value IS 175 (68.75% from 255) = 37.88%

R = 46.32%
G = 15.8%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D649AF (or 0xD649AF) is known color: Fuchsia. HEX triplet: D6, 49 and AF. RGB value is (214,73,175). Sum of RGB (Red+Green+Blue) = 214+73+175=462 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.32% from 462); Green value is 73 (28.91% from 255 or 15.80% from 462); Blue value is 175 (68.75% from 255 or 37.88% from 462); Max value from RGB is 214 - color contains mainly: red. Hex color #D649AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D649AF is #29B650. Grayscale: #7E7E7E. Windows color (decimal): -2733649 or 11487702. OLE color: 11487702.

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

Color convert

RGB 214 73 175 -
CMYK 0 0.66 0.18 0.16
HSL 316.6º 0.63% 0.56% -
HSV(B) 316.6º 0.66% 0.84% -
XYZ 37.85 22.16 42.84 -
YUV 126.79 155.21 190.21 -
System Red Green Blue C M Y K H S L
Decimal 214 73 175 0 0.66 0.18 0.16 316.6 0.63 0.56
Hex D6 49 AF 0 42 12 10 13D 3F 38
Octal 326 111 257 0 102 22 20 475 77 70
Binary 11010110 1001001 10101111 0 1000010 10010 10000 100111101 111111 111000

Color Harmonies of #D649AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D649AF

Black with #D649AF

Text Example


Text Example

White with #D649AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D649AF; }

 p { color: rgb(214,73,175); }

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

background-color css

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

 a { background-color: rgb(214,73,175); }

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

border-color css

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

 span { border-color: rgb(214,73,175); }

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