Html Css Color HEX #D650B2 Fuchsia

📋 copy color: '#D650B2'

red 214 ◦ green 80 ◦ blue 178

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

Shades of Fuchsia #D650B2

Tints of Fuchsia #D650B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.71%

R = 45.34%
G = 16.95%
B = 37.71%

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

#D650B2 (or 0xD650B2) is known color: Fuchsia. HEX triplet: D6, 50 and B2. RGB value is (214,80,178). Sum of RGB (Red+Green+Blue) = 214+80+178=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 80 (31.64% from 255 or 16.95% from 472); Blue value is 178 (69.92% from 255 or 37.71% from 472); Max value from RGB is 214 - color contains mainly: red. Hex color #D650B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D650B2 is #29AF4D. Grayscale: #828282. Windows color (decimal): -2731854 or 11686102. OLE color: 11686102.

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

Color convert

RGB 214 80 178 -
CMYK 0 0.63 0.17 0.16
HSL 316.12º 0.62% 0.58% -
HSV(B) 316.12º 0.63% 0.84% -
XYZ 38.64 23.25 44.57 -
YUV 131.24 154.39 187.03 -
System Red Green Blue C M Y K H S L
Decimal 214 80 178 0 0.63 0.17 0.16 316.12 0.62 0.58
Hex D6 50 B2 0 3F 11 10 13C 3E 3A
Octal 326 120 262 0 77 21 20 474 76 72
Binary 11010110 1010000 10110010 0 111111 10001 10000 100111100 111110 111010

Color Harmonies of #D650B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D650B2

Black with #D650B2

Text Example


Text Example

White with #D650B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D650B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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