Html Css Color HEX #D151B3 Fuchsia

📋 copy color: '#D151B3'

red 209 ◦ green 81 ◦ blue 179

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

Shades of Fuchsia #D151B3

Tints of Fuchsia #D151B3

RGB

 RED value IS 209 (82.03% from 255) = 44.56%

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

 BLUE value IS 179 (70.31% from 255) = 38.17%

R = 44.56%
G = 17.27%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D151B3 (or 0xD151B3) is known color: Fuchsia. HEX triplet: D1, 51 and B3. RGB value is (209,81,179). Sum of RGB (Red+Green+Blue) = 209+81+179=469 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.56% from 469); Green value is 81 (32.03% from 255 or 17.27% from 469); Blue value is 179 (70.31% from 255 or 38.17% from 469); Max value from RGB is 209 - color contains mainly: red. Hex color #D151B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D151B3 is #2EAE4C. Grayscale: #828282. Windows color (decimal): -3059277 or 11751889. OLE color: 11751889.

HSL color Cylindrical-coordinate representation of color #D151B3: hue angle of 314.06º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D151B3 is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 81 179 -
CMYK 0 0.61 0.14 0.18
HSL 314.06º 0.58% 0.57% -
HSV(B) 314.06º 0.61% 0.82% -
XYZ 37.37 22.69 45.06 -
YUV 130.44 155.41 184.03 -
System Red Green Blue C M Y K H S L
Decimal 209 81 179 0 0.61 0.14 0.18 314.06 0.58 0.57
Hex D1 51 B3 0 3D E 12 13A 3A 39
Octal 321 121 263 0 75 16 22 472 72 71
Binary 11010001 1010001 10110011 0 111101 1110 10010 100111010 111010 111001

Color Harmonies of #D151B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D151B3

Black with #D151B3

Text Example


Text Example

White with #D151B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D151B3; }

 p { color: rgb(209,81,179); }

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

background-color css

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

 a { background-color: rgb(209,81,179); }

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

border-color css

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

 span { border-color: rgb(209,81,179); }

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