Html Css Color HEX #D138BC Fuchsia

📋 copy color: '#D138BC'

red 209 ◦ green 56 ◦ blue 188

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

Shades of Fuchsia #D138BC

Tints of Fuchsia #D138BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.5%

R = 46.14%
G = 12.36%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D138BC (or 0xD138BC) is known color: Fuchsia. HEX triplet: D1, 38 and BC. RGB value is (209,56,188). Sum of RGB (Red+Green+Blue) = 209+56+188=453 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.14% from 453); Green value is 56 (22.27% from 255 or 12.36% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 209 - color contains mainly: red. Hex color #D138BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D138BC is #2EC743. Grayscale: #747474. Windows color (decimal): -3065668 or 12335313. OLE color: 12335313.

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

Color convert

RGB 209 56 188 -
CMYK 0 0.73 0.10 0.18
HSL 308.24º 0.62% 0.52% -
HSV(B) 308.24º 0.73% 0.82% -
XYZ 36.79 20.01 49.5 -
YUV 116.8 168.19 193.77 -
System Red Green Blue C M Y K H S L
Decimal 209 56 188 0 0.73 0.10 0.18 308.24 0.62 0.52
Hex D1 38 BC 0 49 A 12 134 3E 34
Octal 321 70 274 0 111 12 22 464 76 64
Binary 11010001 111000 10111100 0 1001001 1010 10010 100110100 111110 110100

Color Harmonies of #D138BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D138BC

Black with #D138BC

Text Example


Text Example

White with #D138BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D138BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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