Html Css Color HEX #D138B9 Fuchsia

📋 copy color: '#D138B9'

red 209 ◦ green 56 ◦ blue 185

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

Shades of Fuchsia #D138B9

Tints of Fuchsia #D138B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.11%

R = 46.44%
G = 12.44%
B = 41.11%

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

#D138B9 (or 0xD138B9) is known color: Fuchsia. HEX triplet: D1, 38 and B9. RGB value is (209,56,185). Sum of RGB (Red+Green+Blue) = 209+56+185=450 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.44% from 450); Green value is 56 (22.27% from 255 or 12.44% from 450); Blue value is 185 (72.66% from 255 or 41.11% from 450); Max value from RGB is 209 - color contains mainly: red. Hex color #D138B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D138B9 is #2EC746. Grayscale: #747474. Windows color (decimal): -3065671 or 12138705. OLE color: 12138705.

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

Color convert

RGB 209 56 185 -
CMYK 0 0.73 0.11 0.18
HSL 309.41º 0.62% 0.52% -
HSV(B) 309.41º 0.73% 0.82% -
XYZ 36.47 19.89 47.82 -
YUV 116.45 166.69 194.01 -
System Red Green Blue C M Y K H S L
Decimal 209 56 185 0 0.73 0.11 0.18 309.41 0.62 0.52
Hex D1 38 B9 0 49 B 12 135 3E 34
Octal 321 70 271 0 111 13 22 465 76 64
Binary 11010001 111000 10111001 0 1001001 1011 10010 100110101 111110 110100

Color Harmonies of #D138B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D138B9

Black with #D138B9

Text Example


Text Example

White with #D138B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D138B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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