Html Css Color HEX #D339B5 Fuchsia

📋 copy color: '#D339B5'

red 211 ◦ green 57 ◦ blue 181

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

Shades of Fuchsia #D339B5

Tints of Fuchsia #D339B5

RGB

 RED value IS 211 (82.81% from 255) = 46.99%

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

 BLUE value IS 181 (71.09% from 255) = 40.31%

R = 46.99%
G = 12.69%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.14

 K value IS 0.17

RGB Variations

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

Color information

#D339B5 (or 0xD339B5) is known color: Fuchsia. HEX triplet: D3, 39 and B5. RGB value is (211,57,181). Sum of RGB (Red+Green+Blue) = 211+57+181=449 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.99% from 449); Green value is 57 (22.66% from 255 or 12.69% from 449); Blue value is 181 (71.09% from 255 or 40.31% from 449); Max value from RGB is 211 - color contains mainly: red. Hex color #D339B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D339B5 is #2CC64A. Grayscale: #747474. Windows color (decimal): -2934347 or 11876819. OLE color: 11876819.

HSL color Cylindrical-coordinate representation of color #D339B5: hue angle of 311.69º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D339B5 is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 57 181 -
CMYK 0 0.73 0.14 0.17
HSL 311.69º 0.64% 0.53% -
HSV(B) 311.69º 0.73% 0.83% -
XYZ 36.67 20.11 45.67 -
YUV 117.18 164.02 194.92 -
System Red Green Blue C M Y K H S L
Decimal 211 57 181 0 0.73 0.14 0.17 311.69 0.64 0.53
Hex D3 39 B5 0 49 E 11 138 40 35
Octal 323 71 265 0 111 16 21 470 100 65
Binary 11010011 111001 10110101 0 1001001 1110 10001 100111000 1000000 110101

Color Harmonies of #D339B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D339B5

Black with #D339B5

Text Example


Text Example

White with #D339B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D339B5; }

 p { color: rgb(211,57,181); }

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

background-color css

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

 a { background-color: rgb(211,57,181); }

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

border-color css

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

 span { border-color: rgb(211,57,181); }

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