Html Css Color HEX #D649C9 Fuchsia

📋 copy color: '#D649C9'

red 214 ◦ green 73 ◦ blue 201

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

Shades of Fuchsia #D649C9

Tints of Fuchsia #D649C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 41.19%

R = 43.85%
G = 14.96%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D649C9 (or 0xD649C9) is known color: Fuchsia. HEX triplet: D6, 49 and C9. RGB value is (214,73,201). Sum of RGB (Red+Green+Blue) = 214+73+201=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 73 (28.91% from 255 or 14.96% from 488); Blue value is 201 (78.91% from 255 or 41.19% from 488); Max value from RGB is 214 - color contains mainly: red. Hex color #D649C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D649C9 is #29B636. Grayscale: #818181. Windows color (decimal): -2733623 or 13191638. OLE color: 13191638.

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

Color convert

RGB 214 73 201 -
CMYK 0 0.66 0.06 0.16
HSL 305.53º 0.63% 0.56% -
HSV(B) 305.53º 0.66% 0.84% -
XYZ 40.66 23.28 57.61 -
YUV 129.75 168.21 188.09 -
System Red Green Blue C M Y K H S L
Decimal 214 73 201 0 0.66 0.06 0.16 305.53 0.63 0.56
Hex D6 49 C9 0 42 6 10 132 3F 38
Octal 326 111 311 0 102 6 20 462 77 70
Binary 11010110 1001001 11001001 0 1000010 110 10000 100110010 111111 111000

Color Harmonies of #D649C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D649C9

Black with #D649C9

Text Example


Text Example

White with #D649C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D649C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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