Html Css Color HEX #D139CB Fuchsia

📋 copy color: '#D139CB'

red 209 ◦ green 57 ◦ blue 203

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

Shades of Fuchsia #D139CB

Tints of Fuchsia #D139CB

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.15%

 BLUE value IS 203 (79.69% from 255) = 43.28%

R = 44.56%
G = 12.15%
B = 43.28%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D139CB (or 0xD139CB) is known color: Fuchsia. HEX triplet: D1, 39 and CB. RGB value is (209,57,203). Sum of RGB (Red+Green+Blue) = 209+57+203=469 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.56% from 469); Green value is 57 (22.66% from 255 or 12.15% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 209 - color contains mainly: red. Hex color #D139CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D139CB is #2EC634. Grayscale: #767676. Windows color (decimal): -3065397 or 13318609. OLE color: 13318609.

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

Color convert

RGB 209 57 203 -
CMYK 0 0.73 0.03 0.18
HSL 302.37º 0.62% 0.52% -
HSV(B) 302.37º 0.73% 0.82% -
XYZ 38.54 20.79 58.48 -
YUV 119.09 175.36 192.13 -
System Red Green Blue C M Y K H S L
Decimal 209 57 203 0 0.73 0.03 0.18 302.37 0.62 0.52
Hex D1 39 CB 0 49 3 12 12E 3E 34
Octal 321 71 313 0 111 3 22 456 76 64
Binary 11010001 111001 11001011 0 1001001 11 10010 100101110 111110 110100

Color Harmonies of #D139CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D139CB

Black with #D139CB

Text Example


Text Example

White with #D139CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D139CB; }

 p { color: rgb(209,57,203); }

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

background-color css

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

 a { background-color: rgb(209,57,203); }

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

border-color css

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

 span { border-color: rgb(209,57,203); }

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