Html Css Color HEX #D361BC Fuchsia

📋 copy color: '#D361BC'

red 211 ◦ green 97 ◦ blue 188

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

Shades of Fuchsia #D361BC

Tints of Fuchsia #D361BC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.56%

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

R = 42.54%
G = 19.56%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#D361BC (or 0xD361BC) is known color: Fuchsia. HEX triplet: D3, 61 and BC. RGB value is (211,97,188). Sum of RGB (Red+Green+Blue) = 211+97+188=496 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.54% from 496); Green value is 97 (38.28% from 255 or 19.56% from 496); Blue value is 188 (73.83% from 255 or 37.90% from 496); Max value from RGB is 211 - color contains mainly: red. Hex color #D361BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D361BC is #2C9E43. Grayscale: #8D8D8D. Windows color (decimal): -2924100 or 12345811. OLE color: 12345811.

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

Color convert

RGB 211 97 188 -
CMYK 0 0.54 0.11 0.17
HSL 312.11º 0.56% 0.6% -
HSV(B) 312.11º 0.54% 0.83% -
XYZ 40.22 26.03 50.48 -
YUV 141.46 154.27 177.6 -
System Red Green Blue C M Y K H S L
Decimal 211 97 188 0 0.54 0.11 0.17 312.11 0.56 0.6
Hex D3 61 BC 0 36 B 11 138 38 3C
Octal 323 141 274 0 66 13 21 470 70 74
Binary 11010011 1100001 10111100 0 110110 1011 10001 100111000 111000 111100

Color Harmonies of #D361BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D361BC

Black with #D361BC

Text Example


Text Example

White with #D361BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D361BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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