Html Css Color HEX #D361B2 Fuchsia

📋 copy color: '#D361B2'

red 211 ◦ green 97 ◦ blue 178

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

Shades of Fuchsia #D361B2

Tints of Fuchsia #D361B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 36.63%

R = 43.42%
G = 19.96%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.16

 K value IS 0.17

RGB Variations

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

Color information

#D361B2 (or 0xD361B2) is known color: Fuchsia. HEX triplet: D3, 61 and B2. RGB value is (211,97,178). Sum of RGB (Red+Green+Blue) = 211+97+178=486 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.42% from 486); Green value is 97 (38.28% from 255 or 19.96% from 486); Blue value is 178 (69.92% from 255 or 36.63% from 486); Max value from RGB is 211 - color contains mainly: red. Hex color #D361B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D361B2 is #2C9E4D. Grayscale: #8C8C8C. Windows color (decimal): -2924110 or 11690451. OLE color: 11690451.

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

Color convert

RGB 211 97 178 -
CMYK 0 0.54 0.16 0.17
HSL 317.37º 0.56% 0.6% -
HSV(B) 317.37º 0.54% 0.83% -
XYZ 39.17 25.61 45 -
YUV 140.32 149.27 178.41 -
System Red Green Blue C M Y K H S L
Decimal 211 97 178 0 0.54 0.16 0.17 317.37 0.56 0.6
Hex D3 61 B2 0 36 10 11 13D 38 3C
Octal 323 141 262 0 66 20 21 475 70 74
Binary 11010011 1100001 10110010 0 110110 10000 10001 100111101 111000 111100

Color Harmonies of #D361B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D361B2

Black with #D361B2

Text Example


Text Example

White with #D361B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D361B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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