Html Css Color HEX #D650B0 Fuchsia

📋 copy color: '#D650B0'

red 214 ◦ green 80 ◦ blue 176

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

Shades of Fuchsia #D650B0

Tints of Fuchsia #D650B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 37.45%

R = 45.53%
G = 17.02%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D650B0 (or 0xD650B0) is known color: Fuchsia. HEX triplet: D6, 50 and B0. RGB value is (214,80,176). Sum of RGB (Red+Green+Blue) = 214+80+176=470 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.53% from 470); Green value is 80 (31.64% from 255 or 17.02% from 470); Blue value is 176 (69.14% from 255 or 37.45% from 470); Max value from RGB is 214 - color contains mainly: red. Hex color #D650B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D650B0 is #29AF4F. Grayscale: #828282. Windows color (decimal): -2731856 or 11555030. OLE color: 11555030.

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

Color convert

RGB 214 80 176 -
CMYK 0 0.63 0.18 0.16
HSL 317.01º 0.62% 0.58% -
HSV(B) 317.01º 0.63% 0.84% -
XYZ 38.44 23.17 43.52 -
YUV 131.01 153.39 187.19 -
System Red Green Blue C M Y K H S L
Decimal 214 80 176 0 0.63 0.18 0.16 317.01 0.62 0.58
Hex D6 50 B0 0 3F 12 10 13D 3E 3A
Octal 326 120 260 0 77 22 20 475 76 72
Binary 11010110 1010000 10110000 0 111111 10010 10000 100111101 111110 111010

Color Harmonies of #D650B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D650B0

Black with #D650B0

Text Example


Text Example

White with #D650B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D650B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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