Html Css Color HEX #D351B6 Fuchsia

📋 copy color: '#D351B6'

red 211 ◦ green 81 ◦ blue 182

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

Shades of Fuchsia #D351B6

Tints of Fuchsia #D351B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 38.4%

R = 44.51%
G = 17.09%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.14

 K value IS 0.17

RGB Variations

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

Color information

#D351B6 (or 0xD351B6) is known color: Fuchsia. HEX triplet: D3, 51 and B6. RGB value is (211,81,182). Sum of RGB (Red+Green+Blue) = 211+81+182=474 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.51% from 474); Green value is 81 (32.03% from 255 or 17.09% from 474); Blue value is 182 (71.48% from 255 or 38.40% from 474); Max value from RGB is 211 - color contains mainly: red. Hex color #D351B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D351B6 is #2CAE49. Grayscale: #838383. Windows color (decimal): -2928202 or 11948499. OLE color: 11948499.

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

Color convert

RGB 211 81 182 -
CMYK 0 0.62 0.14 0.17
HSL 313.38º 0.6% 0.57% -
HSV(B) 313.38º 0.62% 0.83% -
XYZ 38.25 23.11 46.7 -
YUV 131.38 156.57 184.79 -
System Red Green Blue C M Y K H S L
Decimal 211 81 182 0 0.62 0.14 0.17 313.38 0.6 0.57
Hex D3 51 B6 0 3E E 11 139 3C 39
Octal 323 121 266 0 76 16 21 471 74 71
Binary 11010011 1010001 10110110 0 111110 1110 10001 100111001 111100 111001

Color Harmonies of #D351B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D351B6

Black with #D351B6

Text Example


Text Example

White with #D351B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D351B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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