Html Css Color HEX #D351B8 Fuchsia

📋 copy color: '#D351B8'

red 211 ◦ green 81 ◦ blue 184

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

Shades of Fuchsia #D351B8

Tints of Fuchsia #D351B8

RGB

 RED value IS 211 (82.81% from 255) = 44.33%

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

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

R = 44.33%
G = 17.02%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.13

 K value IS 0.17

RGB Variations

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

Color information

#D351B8 (or 0xD351B8) is known color: Fuchsia. HEX triplet: D3, 51 and B8. RGB value is (211,81,184). Sum of RGB (Red+Green+Blue) = 211+81+184=476 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.33% from 476); Green value is 81 (32.03% from 255 or 17.02% from 476); Blue value is 184 (72.27% from 255 or 38.66% from 476); Max value from RGB is 211 - color contains mainly: red. Hex color #D351B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D351B8 is #2CAE47. Grayscale: #838383. Windows color (decimal): -2928200 or 12079571. OLE color: 12079571.

HSL color Cylindrical-coordinate representation of color #D351B8: hue angle of 312.46º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D351B8 is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 81 184 -
CMYK 0 0.62 0.13 0.17
HSL 312.46º 0.6% 0.57% -
HSV(B) 312.46º 0.62% 0.83% -
XYZ 38.46 23.19 47.8 -
YUV 131.61 157.57 184.62 -
System Red Green Blue C M Y K H S L
Decimal 211 81 184 0 0.62 0.13 0.17 312.46 0.6 0.57
Hex D3 51 B8 0 3E D 11 138 3C 39
Octal 323 121 270 0 76 15 21 470 74 71
Binary 11010011 1010001 10111000 0 111110 1101 10001 100111000 111100 111001

Color Harmonies of #D351B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D351B8

Black with #D351B8

Text Example


Text Example

White with #D351B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D351B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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