Html Css Color HEX #D650B8 Fuchsia

📋 copy color: '#D650B8'

red 214 ◦ green 80 ◦ blue 184

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

Shades of Fuchsia #D650B8

Tints of Fuchsia #D650B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 38.49%

R = 44.77%
G = 16.74%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D650B8 (or 0xD650B8) is known color: Fuchsia. HEX triplet: D6, 50 and B8. RGB value is (214,80,184). Sum of RGB (Red+Green+Blue) = 214+80+184=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 80 (31.64% from 255 or 16.74% from 478); Blue value is 184 (72.27% from 255 or 38.49% from 478); Max value from RGB is 214 - color contains mainly: red. Hex color #D650B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D650B8 is #29AF47. Grayscale: #838383. Windows color (decimal): -2731848 or 12079318. OLE color: 12079318.

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

Color convert

RGB 214 80 184 -
CMYK 0 0.63 0.14 0.16
HSL 313.43º 0.62% 0.58% -
HSV(B) 313.43º 0.63% 0.84% -
XYZ 39.25 23.49 47.81 -
YUV 131.92 157.39 186.54 -
System Red Green Blue C M Y K H S L
Decimal 214 80 184 0 0.63 0.14 0.16 313.43 0.62 0.58
Hex D6 50 B8 0 3F E 10 139 3E 3A
Octal 326 120 270 0 77 16 20 471 76 72
Binary 11010110 1010000 10111000 0 111111 1110 10000 100111001 111110 111010

Color Harmonies of #D650B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D650B8

Black with #D650B8

Text Example


Text Example

White with #D650B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D650B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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