Html Css Color HEX #D651B8 Fuchsia

📋 copy color: '#D651B8'

red 214 ◦ green 81 ◦ blue 184

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

Shades of Fuchsia #D651B8

Tints of Fuchsia #D651B8

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.91%

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

R = 44.68%
G = 16.91%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D651B8 (or 0xD651B8) is known color: Fuchsia. HEX triplet: D6, 51 and B8. RGB value is (214,81,184). Sum of RGB (Red+Green+Blue) = 214+81+184=479 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.68% from 479); Green value is 81 (32.03% from 255 or 16.91% from 479); Blue value is 184 (72.27% from 255 or 38.41% from 479); Max value from RGB is 214 - color contains mainly: red. Hex color #D651B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D651B8 is #29AE47. Grayscale: #848484. Windows color (decimal): -2731592 or 12079574. OLE color: 12079574.

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

Color convert

RGB 214 81 184 -
CMYK 0 0.62 0.14 0.16
HSL 313.53º 0.62% 0.58% -
HSV(B) 313.53º 0.62% 0.84% -
XYZ 39.33 23.64 47.84 -
YUV 132.51 157.06 186.12 -
System Red Green Blue C M Y K H S L
Decimal 214 81 184 0 0.62 0.14 0.16 313.53 0.62 0.58
Hex D6 51 B8 0 3E E 10 13A 3E 3A
Octal 326 121 270 0 76 16 20 472 76 72
Binary 11010110 1010001 10111000 0 111110 1110 10000 100111010 111110 111010

Color Harmonies of #D651B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D651B8

Black with #D651B8

Text Example


Text Example

White with #D651B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D651B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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