Html Css Color HEX #D360BB Fuchsia

📋 copy color: '#D360BB'

red 211 ◦ green 96 ◦ blue 187

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

Shades of Fuchsia #D360BB

Tints of Fuchsia #D360BB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.43%

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

R = 42.71%
G = 19.43%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#D360BB (or 0xD360BB) is known color: Fuchsia. HEX triplet: D3, 60 and BB. RGB value is (211,96,187). Sum of RGB (Red+Green+Blue) = 211+96+187=494 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.71% from 494); Green value is 96 (37.89% from 255 or 19.43% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 211 - color contains mainly: red. Hex color #D360BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D360BB is #2C9F44. Grayscale: #8C8C8C. Windows color (decimal): -2924357 or 12280019. OLE color: 12280019.

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

Color convert

RGB 211 96 187 -
CMYK 0 0.55 0.11 0.17
HSL 312.52º 0.57% 0.6% -
HSV(B) 312.52º 0.55% 0.83% -
XYZ 40.02 25.8 49.88 -
YUV 140.76 154.1 178.1 -
System Red Green Blue C M Y K H S L
Decimal 211 96 187 0 0.55 0.11 0.17 312.52 0.57 0.6
Hex D3 60 BB 0 37 B 11 139 39 3C
Octal 323 140 273 0 67 13 21 471 71 74
Binary 11010011 1100000 10111011 0 110111 1011 10001 100111001 111001 111100

Color Harmonies of #D360BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D360BB

Black with #D360BB

Text Example


Text Example

White with #D360BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D360BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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