Html Css Color HEX #D138BB Fuchsia

📋 copy color: '#D138BB'

red 209 ◦ green 56 ◦ blue 187

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

Shades of Fuchsia #D138BB

Tints of Fuchsia #D138BB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.39%

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

R = 46.24%
G = 12.39%
B = 41.37%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D138BB (or 0xD138BB) is known color: Fuchsia. HEX triplet: D1, 38 and BB. RGB value is (209,56,187). Sum of RGB (Red+Green+Blue) = 209+56+187=452 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.24% from 452); Green value is 56 (22.27% from 255 or 12.39% from 452); Blue value is 187 (73.44% from 255 or 41.37% from 452); Max value from RGB is 209 - color contains mainly: red. Hex color #D138BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D138BB is #2EC744. Grayscale: #747474. Windows color (decimal): -3065669 or 12269777. OLE color: 12269777.

HSL color Cylindrical-coordinate representation of color #D138BB: hue angle of 308.63º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D138BB is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 56 187 -
CMYK 0 0.73 0.11 0.18
HSL 308.63º 0.62% 0.52% -
HSV(B) 308.63º 0.73% 0.82% -
XYZ 36.68 19.97 48.94 -
YUV 116.68 167.69 193.85 -
System Red Green Blue C M Y K H S L
Decimal 209 56 187 0 0.73 0.11 0.18 308.63 0.62 0.52
Hex D1 38 BB 0 49 B 12 135 3E 34
Octal 321 70 273 0 111 13 22 465 76 64
Binary 11010001 111000 10111011 0 1001001 1011 10010 100110101 111110 110100

Color Harmonies of #D138BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D138BB

Black with #D138BB

Text Example


Text Example

White with #D138BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D138BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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