Html Css Color HEX #D649B5 Fuchsia

📋 copy color: '#D649B5'

red 214 ◦ green 73 ◦ blue 181

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

Shades of Fuchsia #D649B5

Tints of Fuchsia #D649B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 38.68%

R = 45.73%
G = 15.6%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D649B5 (or 0xD649B5) is known color: Fuchsia. HEX triplet: D6, 49 and B5. RGB value is (214,73,181). Sum of RGB (Red+Green+Blue) = 214+73+181=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 73 (28.91% from 255 or 15.60% from 468); Blue value is 181 (71.09% from 255 or 38.68% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D649B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D649B5 is #29B64A. Grayscale: #7F7F7F. Windows color (decimal): -2733643 or 11880918. OLE color: 11880918.

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

Color convert

RGB 214 73 181 -
CMYK 0 0.66 0.15 0.16
HSL 314.04º 0.63% 0.56% -
HSV(B) 314.04º 0.66% 0.84% -
XYZ 38.45 22.4 46.01 -
YUV 127.47 158.21 189.72 -
System Red Green Blue C M Y K H S L
Decimal 214 73 181 0 0.66 0.15 0.16 314.04 0.63 0.56
Hex D6 49 B5 0 42 F 10 13A 3F 38
Octal 326 111 265 0 102 17 20 472 77 70
Binary 11010110 1001001 10110101 0 1000010 1111 10000 100111010 111111 111000

Color Harmonies of #D649B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D649B5

Black with #D649B5

Text Example


Text Example

White with #D649B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D649B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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