Html Css Color HEX #D339CB Fuchsia

📋 copy color: '#D339CB'

red 211 ◦ green 57 ◦ blue 203

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

Shades of Fuchsia #D339CB

Tints of Fuchsia #D339CB

RGB

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

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

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

R = 44.8%
G = 12.1%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D339CB (or 0xD339CB) is known color: Fuchsia. HEX triplet: D3, 39 and CB. RGB value is (211,57,203). Sum of RGB (Red+Green+Blue) = 211+57+203=471 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.80% from 471); Green value is 57 (22.66% from 255 or 12.10% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 211 - color contains mainly: red. Hex color #D339CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D339CB is #2CC634. Grayscale: #777777. Windows color (decimal): -2934325 or 13318611. OLE color: 13318611.

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

Color convert

RGB 211 57 203 -
CMYK 0 0.73 0.04 0.17
HSL 303.12º 0.64% 0.53% -
HSV(B) 303.12º 0.73% 0.83% -
XYZ 39.11 21.09 58.51 -
YUV 119.69 175.02 193.13 -
System Red Green Blue C M Y K H S L
Decimal 211 57 203 0 0.73 0.04 0.17 303.12 0.64 0.53
Hex D3 39 CB 0 49 4 11 12F 40 35
Octal 323 71 313 0 111 4 21 457 100 65
Binary 11010011 111001 11001011 0 1001001 100 10001 100101111 1000000 110101

Color Harmonies of #D339CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D339CB

Black with #D339CB

Text Example


Text Example

White with #D339CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D339CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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