Html Css Color HEX #D360BC Fuchsia

📋 copy color: '#D360BC'

red 211 ◦ green 96 ◦ blue 188

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

Shades of Fuchsia #D360BC

Tints of Fuchsia #D360BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.98%

R = 42.63%
G = 19.39%
B = 37.98%

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

#D360BC (or 0xD360BC) is known color: Fuchsia. HEX triplet: D3, 60 and BC. RGB value is (211,96,188). Sum of RGB (Red+Green+Blue) = 211+96+188=495 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.63% from 495); Green value is 96 (37.89% from 255 or 19.39% from 495); Blue value is 188 (73.83% from 255 or 37.98% from 495); Max value from RGB is 211 - color contains mainly: red. Hex color #D360BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D360BC is #2C9F43. Grayscale: #8C8C8C. Windows color (decimal): -2924356 or 12345555. OLE color: 12345555.

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

Color convert

RGB 211 96 188 -
CMYK 0 0.55 0.11 0.17
HSL 312º 0.57% 0.6% -
HSV(B) 312º 0.55% 0.83% -
XYZ 40.12 25.85 50.45 -
YUV 140.87 154.6 178.02 -
System Red Green Blue C M Y K H S L
Decimal 211 96 188 0 0.55 0.11 0.17 312 0.57 0.6
Hex D3 60 BC 0 37 B 11 138 39 3C
Octal 323 140 274 0 67 13 21 470 71 74
Binary 11010011 1100000 10111100 0 110111 1011 10001 100111000 111001 111100

Color Harmonies of #D360BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D360BC

Black with #D360BC

Text Example


Text Example

White with #D360BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D360BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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