Html Css Color HEX #D363BB Fuchsia

📋 copy color: '#D363BB'

red 211 ◦ green 99 ◦ blue 187

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

Shades of Fuchsia #D363BB

Tints of Fuchsia #D363BB

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.92%

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

R = 42.45%
G = 19.92%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#D363BB (or 0xD363BB) is known color: Fuchsia. HEX triplet: D3, 63 and BB. RGB value is (211,99,187). Sum of RGB (Red+Green+Blue) = 211+99+187=497 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.45% from 497); Green value is 99 (39.06% from 255 or 19.92% from 497); Blue value is 187 (73.44% from 255 or 37.63% from 497); Max value from RGB is 211 - color contains mainly: red. Hex color #D363BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D363BB is #2C9C44. Grayscale: #8E8E8E. Windows color (decimal): -2923589 or 12280787. OLE color: 12280787.

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

Color convert

RGB 211 99 187 -
CMYK 0 0.53 0.11 0.17
HSL 312.86º 0.56% 0.61% -
HSV(B) 312.86º 0.53% 0.83% -
XYZ 40.3 26.36 49.98 -
YUV 142.52 153.11 176.84 -
System Red Green Blue C M Y K H S L
Decimal 211 99 187 0 0.53 0.11 0.17 312.86 0.56 0.61
Hex D3 63 BB 0 35 B 11 139 38 3D
Octal 323 143 273 0 65 13 21 471 70 75
Binary 11010011 1100011 10111011 0 110101 1011 10001 100111001 111000 111101

Color Harmonies of #D363BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D363BB

Black with #D363BB

Text Example


Text Example

White with #D363BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D363BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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