Html Css Color HEX #D148BF Fuchsia

📋 copy color: '#D148BF'

red 209 ◦ green 72 ◦ blue 191

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

Shades of Fuchsia #D148BF

Tints of Fuchsia #D148BF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.25%

 BLUE value IS 191 (75% from 255) = 40.47%

R = 44.28%
G = 15.25%
B = 40.47%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D148BF (or 0xD148BF) is known color: Fuchsia. HEX triplet: D1, 48 and BF. RGB value is (209,72,191). Sum of RGB (Red+Green+Blue) = 209+72+191=472 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.28% from 472); Green value is 72 (28.52% from 255 or 15.25% from 472); Blue value is 191 (75% from 255 or 40.47% from 472); Max value from RGB is 209 - color contains mainly: red. Hex color #D148BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D148BF is #2EB740. Grayscale: #7E7E7E. Windows color (decimal): -3061569 or 12536017. OLE color: 12536017.

HSL color Cylindrical-coordinate representation of color #D148BF: hue angle of 307.88º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D148BF is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 72 191 -
CMYK 0 0.66 0.09 0.18
HSL 307.88º 0.6% 0.55% -
HSV(B) 307.88º 0.66% 0.82% -
XYZ 38.02 21.95 51.52 -
YUV 126.53 164.39 186.82 -
System Red Green Blue C M Y K H S L
Decimal 209 72 191 0 0.66 0.09 0.18 307.88 0.6 0.55
Hex D1 48 BF 0 42 9 12 134 3C 37
Octal 321 110 277 0 102 11 22 464 74 67
Binary 11010001 1001000 10111111 0 1000010 1001 10010 100110100 111100 110111

Color Harmonies of #D148BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D148BF

Black with #D148BF

Text Example


Text Example

White with #D148BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D148BF; }

 p { color: rgb(209,72,191); }

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

background-color css

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

 a { background-color: rgb(209,72,191); }

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

border-color css

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

 span { border-color: rgb(209,72,191); }

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