Html Css Color HEX #D351B4 Fuchsia

📋 copy color: '#D351B4'

red 211 ◦ green 81 ◦ blue 180

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

Shades of Fuchsia #D351B4

Tints of Fuchsia #D351B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 38.14%

R = 44.7%
G = 17.16%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.15

 K value IS 0.17

RGB Variations

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

Color information

#D351B4 (or 0xD351B4) is known color: Fuchsia. HEX triplet: D3, 51 and B4. RGB value is (211,81,180). Sum of RGB (Red+Green+Blue) = 211+81+180=472 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.70% from 472); Green value is 81 (32.03% from 255 or 17.16% from 472); Blue value is 180 (70.70% from 255 or 38.14% from 472); Max value from RGB is 211 - color contains mainly: red. Hex color #D351B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D351B4 is #2CAE4B. Grayscale: #828282. Windows color (decimal): -2928204 or 11817427. OLE color: 11817427.

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

Color convert

RGB 211 81 180 -
CMYK 0 0.62 0.15 0.17
HSL 314.31º 0.6% 0.57% -
HSV(B) 314.31º 0.62% 0.83% -
XYZ 38.04 23.03 45.62 -
YUV 131.16 155.57 184.95 -
System Red Green Blue C M Y K H S L
Decimal 211 81 180 0 0.62 0.15 0.17 314.31 0.6 0.57
Hex D3 51 B4 0 3E F 11 13A 3C 39
Octal 323 121 264 0 76 17 21 472 74 71
Binary 11010011 1010001 10110100 0 111110 1111 10001 100111010 111100 111001

Color Harmonies of #D351B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D351B4

Black with #D351B4

Text Example


Text Example

White with #D351B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D351B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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