Html Css Color HEX #D649B1 Fuchsia

📋 copy color: '#D649B1'

red 214 ◦ green 73 ◦ blue 177

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

Shades of Fuchsia #D649B1

Tints of Fuchsia #D649B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 38.15%

R = 46.12%
G = 15.73%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D649B1 (or 0xD649B1) is known color: Fuchsia. HEX triplet: D6, 49 and B1. RGB value is (214,73,177). Sum of RGB (Red+Green+Blue) = 214+73+177=464 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.12% from 464); Green value is 73 (28.91% from 255 or 15.73% from 464); Blue value is 177 (69.53% from 255 or 38.15% from 464); Max value from RGB is 214 - color contains mainly: red. Hex color #D649B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D649B1 is #29B64E. Grayscale: #7E7E7E. Windows color (decimal): -2733647 or 11618774. OLE color: 11618774.

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

Color convert

RGB 214 73 177 -
CMYK 0 0.66 0.17 0.16
HSL 315.74º 0.63% 0.56% -
HSV(B) 315.74º 0.66% 0.84% -
XYZ 38.05 22.24 43.88 -
YUV 127.02 156.21 190.04 -
System Red Green Blue C M Y K H S L
Decimal 214 73 177 0 0.66 0.17 0.16 315.74 0.63 0.56
Hex D6 49 B1 0 42 11 10 13C 3F 38
Octal 326 111 261 0 102 21 20 474 77 70
Binary 11010110 1001001 10110001 0 1000010 10001 10000 100111100 111111 111000

Color Harmonies of #D649B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D649B1

Black with #D649B1

Text Example


Text Example

White with #D649B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D649B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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