Html Css Color HEX #D341BC Fuchsia

📋 copy color: '#D341BC'

red 211 ◦ green 65 ◦ blue 188

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

Shades of Fuchsia #D341BC

Tints of Fuchsia #D341BC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.01%

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

R = 45.47%
G = 14.01%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#D341BC (or 0xD341BC) is known color: Fuchsia. HEX triplet: D3, 41 and BC. RGB value is (211,65,188). Sum of RGB (Red+Green+Blue) = 211+65+188=464 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.47% from 464); Green value is 65 (25.78% from 255 or 14.01% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 211 - color contains mainly: red. Hex color #D341BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D341BC is #2CBE43. Grayscale: #7A7A7A. Windows color (decimal): -2932292 or 12337619. OLE color: 12337619.

HSL color Cylindrical-coordinate representation of color #D341BC: hue angle of 309.45º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D341BC is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 65 188 -
CMYK 0 0.69 0.11 0.17
HSL 309.45º 0.62% 0.54% -
HSV(B) 309.45º 0.69% 0.83% -
XYZ 37.83 21.26 49.69 -
YUV 122.68 164.87 191 -
System Red Green Blue C M Y K H S L
Decimal 211 65 188 0 0.69 0.11 0.17 309.45 0.62 0.54
Hex D3 41 BC 0 45 B 11 135 3E 36
Octal 323 101 274 0 105 13 21 465 76 66
Binary 11010011 1000001 10111100 0 1000101 1011 10001 100110101 111110 110110

Color Harmonies of #D341BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D341BC

Black with #D341BC

Text Example


Text Example

White with #D341BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D341BC; }

 p { color: rgb(211,65,188); }

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

background-color css

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

 a { background-color: rgb(211,65,188); }

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

border-color css

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

 span { border-color: rgb(211,65,188); }

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