Html Css Color HEX #D347BC Fuchsia

📋 copy color: '#D347BC'

red 211 ◦ green 71 ◦ blue 188

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

Shades of Fuchsia #D347BC

Tints of Fuchsia #D347BC

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.11%

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

R = 44.89%
G = 15.11%
B = 40%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#D347BC (or 0xD347BC) is known color: Fuchsia. HEX triplet: D3, 47 and BC. RGB value is (211,71,188). Sum of RGB (Red+Green+Blue) = 211+71+188=470 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.89% from 470); Green value is 71 (28.12% from 255 or 15.11% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 211 - color contains mainly: red. Hex color #D347BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D347BC is #2CB843. Grayscale: #7D7D7D. Windows color (decimal): -2930756 or 12339155. OLE color: 12339155.

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

Color convert

RGB 211 71 188 -
CMYK 0 0.66 0.11 0.17
HSL 309.86º 0.61% 0.55% -
HSV(B) 309.86º 0.66% 0.83% -
XYZ 38.19 21.99 49.81 -
YUV 126.2 162.88 188.49 -
System Red Green Blue C M Y K H S L
Decimal 211 71 188 0 0.66 0.11 0.17 309.86 0.61 0.55
Hex D3 47 BC 0 42 B 11 136 3D 37
Octal 323 107 274 0 102 13 21 466 75 67
Binary 11010011 1000111 10111100 0 1000010 1011 10001 100110110 111101 110111

Color Harmonies of #D347BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D347BC

Black with #D347BC

Text Example


Text Example

White with #D347BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D347BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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