Html Css Color HEX #D138AF Fuchsia

📋 copy color: '#D138AF'

red 209 ◦ green 56 ◦ blue 175

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

Shades of Fuchsia #D138AF

Tints of Fuchsia #D138AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.77%

R = 47.5%
G = 12.73%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D138AF (or 0xD138AF) is known color: Fuchsia. HEX triplet: D1, 38 and AF. RGB value is (209,56,175). Sum of RGB (Red+Green+Blue) = 209+56+175=440 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.5% from 440); Green value is 56 (22.27% from 255 or 12.73% from 440); Blue value is 175 (68.75% from 255 or 39.77% from 440); Max value from RGB is 209 - color contains mainly: red. Hex color #D138AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D138AF is #2EC750. Grayscale: #727272. Windows color (decimal): -3065681 or 11483345. OLE color: 11483345.

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

Color convert

RGB 209 56 175 -
CMYK 0 0.73 0.16 0.18
HSL 313.33º 0.62% 0.52% -
HSV(B) 313.33º 0.73% 0.82% -
XYZ 35.45 19.48 42.45 -
YUV 115.31 161.69 194.82 -
System Red Green Blue C M Y K H S L
Decimal 209 56 175 0 0.73 0.16 0.18 313.33 0.62 0.52
Hex D1 38 AF 0 49 10 12 139 3E 34
Octal 321 70 257 0 111 20 22 471 76 64
Binary 11010001 111000 10101111 0 1001001 10000 10010 100111001 111110 110100

Color Harmonies of #D138AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D138AF

Black with #D138AF

Text Example


Text Example

White with #D138AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D138AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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