Html Css Color HEX #D339CC Fuchsia

📋 copy color: '#D339CC'

red 211 ◦ green 57 ◦ blue 204

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

Shades of Fuchsia #D339CC

Tints of Fuchsia #D339CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.22%

R = 44.7%
G = 12.08%
B = 43.22%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D339CC (or 0xD339CC) is known color: Fuchsia. HEX triplet: D3, 39 and CC. RGB value is (211,57,204). Sum of RGB (Red+Green+Blue) = 211+57+204=472 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.70% from 472); Green value is 57 (22.66% from 255 or 12.08% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 211 - color contains mainly: red. Hex color #D339CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D339CC is #2CC633. Grayscale: #777777. Windows color (decimal): -2934324 or 13384147. OLE color: 13384147.

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

Color convert

RGB 211 57 204 -
CMYK 0 0.73 0.03 0.17
HSL 302.73º 0.64% 0.53% -
HSV(B) 302.73º 0.73% 0.83% -
XYZ 39.23 21.13 59.14 -
YUV 119.8 175.52 193.05 -
System Red Green Blue C M Y K H S L
Decimal 211 57 204 0 0.73 0.03 0.17 302.73 0.64 0.53
Hex D3 39 CC 0 49 3 11 12F 40 35
Octal 323 71 314 0 111 3 21 457 100 65
Binary 11010011 111001 11001100 0 1001001 11 10001 100101111 1000000 110101

Color Harmonies of #D339CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D339CC

Black with #D339CC

Text Example


Text Example

White with #D339CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D339CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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