Html Css Color HEX #D148BB Fuchsia

📋 copy color: '#D148BB'

red 209 ◦ green 72 ◦ blue 187

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

Shades of Fuchsia #D148BB

Tints of Fuchsia #D148BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.96%

R = 44.66%
G = 15.38%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D148BB (or 0xD148BB) is known color: Fuchsia. HEX triplet: D1, 48 and BB. RGB value is (209,72,187). Sum of RGB (Red+Green+Blue) = 209+72+187=468 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.66% from 468); Green value is 72 (28.52% from 255 or 15.38% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 209 - color contains mainly: red. Hex color #D148BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D148BB is #2EB744. Grayscale: #7D7D7D. Windows color (decimal): -3061573 or 12273873. OLE color: 12273873.

HSL color Cylindrical-coordinate representation of color #D148BB: hue angle of 309.64º 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 #D148BB is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 72 187 -
CMYK 0 0.66 0.11 0.18
HSL 309.64º 0.6% 0.55% -
HSV(B) 309.64º 0.66% 0.82% -
XYZ 37.58 21.78 49.24 -
YUV 126.07 162.39 187.15 -
System Red Green Blue C M Y K H S L
Decimal 209 72 187 0 0.66 0.11 0.18 309.64 0.6 0.55
Hex D1 48 BB 0 42 B 12 136 3C 37
Octal 321 110 273 0 102 13 22 466 74 67
Binary 11010001 1001000 10111011 0 1000010 1011 10010 100110110 111100 110111

Color Harmonies of #D148BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D148BB

Black with #D148BB

Text Example


Text Example

White with #D148BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D148BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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