Html Css Color HEX #D650B1 Fuchsia

📋 copy color: '#D650B1'

red 214 ◦ green 80 ◦ blue 177

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

Shades of Fuchsia #D650B1

Tints of Fuchsia #D650B1

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.99%

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

R = 45.44%
G = 16.99%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D650B1 (or 0xD650B1) is known color: Fuchsia. HEX triplet: D6, 50 and B1. RGB value is (214,80,177). Sum of RGB (Red+Green+Blue) = 214+80+177=471 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.44% from 471); Green value is 80 (31.64% from 255 or 16.99% from 471); Blue value is 177 (69.53% from 255 or 37.58% from 471); Max value from RGB is 214 - color contains mainly: red. Hex color #D650B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D650B1 is #29AF4E. Grayscale: #828282. Windows color (decimal): -2731855 or 11620566. OLE color: 11620566.

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

Color convert

RGB 214 80 177 -
CMYK 0 0.63 0.17 0.16
HSL 316.57º 0.62% 0.58% -
HSV(B) 316.57º 0.63% 0.84% -
XYZ 38.54 23.21 44.04 -
YUV 131.12 153.89 187.11 -
System Red Green Blue C M Y K H S L
Decimal 214 80 177 0 0.63 0.17 0.16 316.57 0.62 0.58
Hex D6 50 B1 0 3F 11 10 13D 3E 3A
Octal 326 120 261 0 77 21 20 475 76 72
Binary 11010110 1010000 10110001 0 111111 10001 10000 100111101 111110 111010

Color Harmonies of #D650B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D650B1

Black with #D650B1

Text Example


Text Example

White with #D650B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D650B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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