Html Css Color HEX #D361BB Fuchsia

📋 copy color: '#D361BB'

red 211 ◦ green 97 ◦ blue 187

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

Shades of Fuchsia #D361BB

Tints of Fuchsia #D361BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.78%

R = 42.63%
G = 19.6%
B = 37.78%

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

#D361BB (or 0xD361BB) is known color: Fuchsia. HEX triplet: D3, 61 and BB. RGB value is (211,97,187). Sum of RGB (Red+Green+Blue) = 211+97+187=495 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.63% from 495); Green value is 97 (38.28% from 255 or 19.60% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 211 - color contains mainly: red. Hex color #D361BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D361BB is #2C9E44. Grayscale: #8D8D8D. Windows color (decimal): -2924101 or 12280275. OLE color: 12280275.

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

Color convert

RGB 211 97 187 -
CMYK 0 0.54 0.11 0.17
HSL 312.63º 0.56% 0.6% -
HSV(B) 312.63º 0.54% 0.83% -
XYZ 40.11 25.99 49.92 -
YUV 141.35 153.77 177.68 -
System Red Green Blue C M Y K H S L
Decimal 211 97 187 0 0.54 0.11 0.17 312.63 0.56 0.6
Hex D3 61 BB 0 36 B 11 139 38 3C
Octal 323 141 273 0 66 13 21 471 70 74
Binary 11010011 1100001 10111011 0 110110 1011 10001 100111001 111000 111100

Color Harmonies of #D361BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D361BB

Black with #D361BB

Text Example


Text Example

White with #D361BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D361BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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