Html Css Color HEX #D364B1 Fuchsia

📋 copy color: '#D364B1'

red 211 ◦ green 100 ◦ blue 177

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

Shades of Fuchsia #D364B1

Tints of Fuchsia #D364B1

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.49%

 BLUE value IS 177 (69.53% from 255) = 36.27%

R = 43.24%
G = 20.49%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.16

 K value IS 0.17

RGB Variations

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

Color information

#D364B1 (or 0xD364B1) is known color: Fuchsia. HEX triplet: D3, 64 and B1. RGB value is (211,100,177). Sum of RGB (Red+Green+Blue) = 211+100+177=488 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.24% from 488); Green value is 100 (39.45% from 255 or 20.49% from 488); Blue value is 177 (69.53% from 255 or 36.27% from 488); Max value from RGB is 211 - color contains mainly: red. Hex color #D364B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D364B1 is #2C9B4E. Grayscale: #8D8D8D. Windows color (decimal): -2923343 or 11625683. OLE color: 11625683.

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

Color convert

RGB 211 100 177 -
CMYK 0 0.53 0.16 0.17
HSL 318.38º 0.56% 0.61% -
HSV(B) 318.38º 0.53% 0.83% -
XYZ 39.36 26.14 44.57 -
YUV 141.97 147.77 177.24 -
System Red Green Blue C M Y K H S L
Decimal 211 100 177 0 0.53 0.16 0.17 318.38 0.56 0.61
Hex D3 64 B1 0 35 10 11 13E 38 3D
Octal 323 144 261 0 65 20 21 476 70 75
Binary 11010011 1100100 10110001 0 110101 10000 10001 100111110 111000 111101

Color Harmonies of #D364B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D364B1

Black with #D364B1

Text Example


Text Example

White with #D364B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D364B1; }

 p { color: rgb(211,100,177); }

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

background-color css

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

 a { background-color: rgb(211,100,177); }

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

border-color css

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

 span { border-color: rgb(211,100,177); }

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